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

Wire #50

Closed aethaniel closed 8 years ago

aethaniel commented 8 years ago

This PR brings Wire to life.

Tests done with AT30TSE758 temperature sensor, Adafruit mini LED matrix with HT16K33 and Nintendo Wii Nunchuck at 100kHz.

Wire is part of Core API and have IRQ handler in RAM (dynamic use of vectors)

Solves issue #26

Serial class has been also updated to bring consistency with similar interface.