circuitpython/nrf5/modules/machine
Bander Ajba 3882b0e2ff added support for hardware temperature sensor 2017-02-24 00:38:08 +03:00
..
adc.c nrf5/adc: Moving adc module into modules/machine. 2017-02-05 16:17:12 +01:00
adc.h nrf5/adc: Moving adc module into modules/machine. 2017-02-05 16:17:12 +01:00
i2c.c nrf5/i2c: Moving i2c module into modules/machine. 2017-02-05 00:05:20 +01:00
i2c.h nrf5/i2c: Moving i2c module into modules/machine. 2017-02-05 00:05:20 +01:00
led.c nrf5/led: Moving led module into modules/machine. 2017-02-05 20:06:06 +01:00
led.h nrf5/led: Moving led module into modules/machine. 2017-02-05 20:06:06 +01:00
modmachine.c added support for hardware temperature sensor 2017-02-24 00:38:08 +03:00
modmachine.h nrf5/machine: Moving modmachine into modules/machine folder. Updating Makefile. 2017-02-04 23:56:42 +01:00
pin.c nrf5/pin: Moving pin module into modules/machine. 2017-02-05 19:56:24 +01:00
pin.h nrf5/pin: Moving pin module into modules/machine. 2017-02-05 19:56:24 +01:00
pwm.c nrf5/pwm: Moving pwm module into modules/machine. 2017-02-05 20:03:52 +01:00
pwm.h nrf5/pwm: Moving pwm module into modules/machine. 2017-02-05 20:03:52 +01:00
rtc.c nrf5/rtc: Moving rtc module into modules/machine. 2017-02-05 20:01:15 +01:00
rtc.h nrf5/rtc: Moving rtc module into modules/machine. 2017-02-05 20:01:15 +01:00
spi.c nrf5/spi: Moving spi module into modules/machine. 2017-02-05 00:03:49 +01:00
spi.h nrf5/spi: Moving spi module into modules/machine. 2017-02-05 00:03:49 +01:00
temp.c added support for hardware temperature sensor 2017-02-24 00:38:08 +03:00
temp.h added support for hardware temperature sensor 2017-02-24 00:38:08 +03:00
timer.c nrf5/timer: Moving timer module into modules/machine. 2017-02-05 19:59:34 +01:00
timer.h nrf5/timer: Moving timer module into modules/machine. 2017-02-05 19:59:34 +01:00
uart.c nrf5/modules: Syncing uart module code after upmerge with upstream master. 2017-02-19 19:06:12 +01:00
uart.h nrf5/uart: Moving uart module into modules/machine to start converting it into machine module and not pyb. 2017-02-05 00:00:42 +01:00