circuitpython/shared-bindings/busio
Dan Halbert 7292984204 Implement busio.I2c.
* Added asf4_conf/samd*/hpl_sercom_config.h
* Adjusted clocks in peripheral_clk_config.h.
* Put some frozen libs back in CPX for testing.
* Implement common-hal I2C
* Add samd*_peripherals.h in parallel with samd*_pins.h for common
  functions and data.
* Store SERCOM index in pins table for convenience.
* Canonicalize some #include guard names in various .h files.

simpler reset of SERCOMs; remove unused routine
2017-11-07 09:59:54 -08:00
..
__init__.c Implement busio.I2c. 2017-11-07 09:59:54 -08:00
__init__.h Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master. 2017-08-25 22:17:07 -04:00
I2C.c Do not allow a *io object to be used after deinit(). 2017-10-03 12:07:17 -07:00
I2C.h Do not allow a *io object to be used after deinit(). 2017-10-03 12:07:17 -07:00
OneWire.c Do not allow a *io object to be used after deinit(). 2017-10-03 12:07:17 -07:00
OneWire.h Do not allow a *io object to be used after deinit(). 2017-10-03 12:07:17 -07:00
SPI.c Do not allow a *io object to be used after deinit(). 2017-10-03 12:07:17 -07:00
SPI.h Do not allow a *io object to be used after deinit(). 2017-10-03 12:07:17 -07:00
UART.c Do not allow a *io object to be used after deinit(). 2017-10-03 12:07:17 -07:00
UART.h Do not allow a *io object to be used after deinit(). 2017-10-03 12:07:17 -07:00