1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/nrf24l01p
Joakim Gebart a991d7c58e nrf24l01p: Remove redundant gpio_clear/gpio_set.
This change removes extra gpio_clear(dev->cs) before calling
nrf24l01p_read_reg(), nrf24l01p_write_reg(). The GPIO handling is not
necessary since nrf24l01p_{read,write}_reg() handle the CS pin
internally.

Signed-off-by: Joakim Gebart <joakim.gebart@eistec.se>
2015-01-19 19:05:39 +01:00
..
include Initial import of nrf24l01p lowlevel functions 2014-11-26 13:50:29 +01:00
Makefile Initial import of nrf24l01p lowlevel functions 2014-11-26 13:50:29 +01:00
nrf24l01p.c nrf24l01p: Remove redundant gpio_clear/gpio_set. 2015-01-19 19:05:39 +01:00