micropython/drivers
Javier Candeira 35a1fea90b all: Raise exceptions via mp_raise_XXX
- Changed: ValueError, TypeError, NotImplementedError
  - OSError invocations unchanged, because the corresponding utility
    function takes ints, not strings like the long form invocation.
  - OverflowError, IndexError and RuntimeError etc. not changed for now
    until we decide whether to add new utility functions.
2017-08-13 22:52:33 +10:00
..
cc3000
cc3100 drivers: Update CC3100 driver library to SDK release version 1.1.0. 2015-03-16 00:42:08 +01:00
dht all: Raise exceptions via mp_raise_XXX 2017-08-13 22:52:33 +10:00
display
memory all: Unify header guard usage. 2017-07-18 11:57:39 +10:00
nrf24l01 all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
onewire drivers/onewire: Enable pull-up when init'ing the 1-wire pin. 2017-06-26 17:48:05 +10:00
sdcard all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
wiznet5k all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
README.md

README.md

This directory contains drivers for specific hardware. The drivers are intended to work across multiple ports.