micropython/drivers
Alexander Steffen 55f33240f3 all: Use the name MicroPython consistently in comments
There were several different spellings of MicroPython present in comments,
when there should be only one.
2017-07-31 18:35:40 +10:00
..
cc3000 py: Specialise builtin funcs to use separate type for fixed arg count. 2016-10-21 16:26:01 +11:00
cc3100 drivers: Update CC3100 driver library to SDK release version 1.1.0. 2015-03-16 00:42:08 +01:00
dht all: Unify header guard usage. 2017-07-18 11:57:39 +10:00
display drivers: Replace deprecated Pin.high()/low() methods with .__call__(1/0). 2017-05-21 17:44:58 +03:00
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 Added 'drivers' directory, intended to hold code for specific hardware. 2014-09-01 22:52:37 +01:00

README.md

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