You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Javier Candeira 35a1fea90b all: Raise exceptions via mp_raise_XXX 7 years ago
..
cc3000 py: Specialise builtin funcs to use separate type for fixed arg count. 8 years ago
cc3100 drivers: Update CC3100 driver library to SDK release version 1.1.0. 10 years ago
dht all: Raise exceptions via mp_raise_XXX 7 years ago
display drivers: Replace deprecated Pin.high()/low() methods with .__call__(1/0). 8 years ago
memory all: Unify header guard usage. 7 years ago
nrf24l01 all: Use the name MicroPython consistently in comments 7 years ago
onewire drivers/onewire: Enable pull-up when init'ing the 1-wire pin. 7 years ago
sdcard all: Use the name MicroPython consistently in comments 7 years ago
wiznet5k all: Use the name MicroPython consistently in comments 7 years ago
README.md Added 'drivers' directory, intended to hold code for specific hardware. 10 years ago

README.md

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