avr: i2c implementation with BlinkM example

Signed-off-by: Ron Evans <ron@hybridgroup.com>
This commit is contained in:
Ron Evans
2018-09-22 13:36:42 +02:00
committed by Ayke van Laethem
parent d190bfccf6
commit 12fb4f3f91
3 changed files with 168 additions and 0 deletions
+2
View File
@@ -2,6 +2,8 @@
package machine
const CPU_FREQUENCY = 16000000
// LED on the Arduino
const LED = 13