micropython/cc3200/boards/WIPY
Daniel Campora 2dd47239de cc3200: Make API more similar to stmhal.
In general the changes are:

1. Peripheral (UART, SPI, ADC, I2C, Timer) IDs start from 1, not zero.
2. Make I2C and SPI require the ID even when there's only one bus.
3. Make I2C and SPI accept 'mode' parameter even though only MASTER
   is supported.
2015-05-25 21:47:19 +02:00
..
mpconfigboard.h cc3200: Make API more similar to stmhal. 2015-05-25 21:47:19 +02:00
pins.csv cc3200: Add GPIO25 to the pins list of the WiPy and the WiPy-SD. 2015-03-25 15:22:32 +01:00