osd-contiki/lib
Jim Paris 1b4de5d8e7 Add gpio_set and gpio_reset
Use them like gpio_set(GPIO_xx) and gpio_reset(GPIO_xx).
These macros efficiently set the DATA_SET and DATA_RESET bits without
reading the registers first, as a direct GPIO->DATA_SET.GPIO_xx would do
2010-10-16 13:28:20 -04:00
..
include Add gpio_set and gpio_reset 2010-10-16 13:28:20 -04:00
gpio.c add attribution and license headers to source files. TODO item about 2010-05-08 13:03:36 -04:00
maca.c get LQI of received packets 2010-08-18 14:55:50 -04:00
Makefile.lib Fix a makefile dependency with libraries 2010-09-28 16:01:15 -04:00
nvm.c add attribution and license headers to source files. TODO item about 2010-05-08 13:03:36 -04:00
printf.c enable sprintf 2010-06-01 15:12:34 -04:00
uart1.c properly drop characters when buffer is full 2010-07-06 09:34:23 -04:00