mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-12 15:03:41 +00:00
committed by
Ayke van Laethem
parent
8f7b7e6ee3
commit
e4fa1a8288
@@ -35,3 +35,9 @@ const (
|
||||
ADC4 = 30
|
||||
ADC5 = 31
|
||||
)
|
||||
|
||||
// I2C pins
|
||||
const (
|
||||
SDA_PIN = 26
|
||||
SCL_PIN = 27
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user