aanon4 / BlueBasic

BASIC interpreter for CC2540 and CC2541 Bluetooth LE chips
https://gitlab.com/timwilkinson/BlueBasic
97 stars 55 forks source link

Accessing pin 14/15 on 2541 #16

Closed jtagen closed 9 years ago

jtagen commented 9 years ago

I'm trying to use BlueBasic on an existing device with I2C peripherals. Looks like they used the hardware I2C on pins 14/15. Possible to access these as general I/O pins ?

aanon4 commented 9 years ago

I've been working with CC2540 chips which don't have the I2C hardware. I'm sure this is possible, but I have no plans to add it. I'd be happy to take a pull request if someone added support.