blob: e137cc2c9d02bcb16751d5888d2fdf9fd066eab3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Arduino hardware cores
This is a fork of the core Arduino core hardware libraries. Currently this
includes the [hardware/avr/core][1] and hardware/sam/core folders.
The goal is to have a simple base to customize the core libraries to add or modify core functionality, without
needing to clone the entire Arduino repository.
Version 1.5.x of the Arduino IDE is required to build projects with this library.
## Installation and Usage
Coming soon.
[1]: https://github.com/arduino/Arduino/tree/ide-1.5.x/hardware/arduino/avr/cores
|