nrf: I2C interface

Signed-off-by: Ron Evans <ron@hybridgroup.com>
This commit is contained in:
Ron Evans
2018-10-03 20:34:22 +02:00
committed by Ayke van Laethem
parent 8f7b7e6ee3
commit e4fa1a8288
5 changed files with 110 additions and 13 deletions
+6
View File
@@ -35,3 +35,9 @@ const (
ADC4 = 30
ADC5 = 31
)
// I2C pins
const (
SDA_PIN = 26
SCL_PIN = 27
)