aethaniel / ExperimentalCore-sam

Experimental new core for Arduino Due and other Atmel SAM boards
GNU Lesser General Public License v2.1
16 stars 10 forks source link

Turn the Arduino API fully portable between architectures #17

Open aethaniel opened 8 years ago

aethaniel commented 8 years ago

digital, analog, etc.. headers are still in port_sam at the moment. This API being the Arduino core framework API, it shall be in arch_common, thus bringing some hardware abstraction.