stm32f1/lib
King Kévin dbc395b3af menu (minor): add space around operators for readability 2019-03-26 19:52:46 +01:00
..
flash_internal.c flash_internal: return number of bytes written 2018-10-29 12:29:47 +01:00
flash_internal.h flash_internal: return number of bytes written 2018-10-29 12:29:47 +01:00
flash_sdcard.c (minor) remove trailing spaces 2019-03-26 19:27:40 +01:00
flash_sdcard.h flash_sdcard: add write data function and improve other functions 2017-08-01 02:05:41 +02:00
i2c_master.c (minor) remove trailing spaces 2019-03-26 19:27:40 +01:00
i2c_master.h I2C: fix read NACK 2019-03-26 18:12:22 +01:00
interrupt.c interrupt: add library to redirect ISR at runtime 2018-10-07 23:11:19 +02:00
interrupt.h interrupt: add library to redirect ISR at runtime 2018-10-07 23:11:19 +02:00
ir_nec.c add IR NEC library 2018-10-28 22:46:52 +01:00
ir_nec.h add IR NEC library 2018-10-28 22:46:52 +01:00
led_max7219.c (minor) remove trailing spaces 2019-03-26 19:27:40 +01:00
led_max7219.h add MAX7219 7-segment display library from clapperboard project 2017-04-03 13:09:06 +02:00
led_tm1637.c (minor) remove trailing spaces 2019-03-26 19:27:40 +01:00
led_tm1637.h add TM1637 7-segment display library from clapperboard project 2017-04-03 13:08:49 +02:00
led_ws2812b.c (minor) remove trailing spaces 2019-03-26 19:27:40 +01:00
led_ws2812b.h lib/led_ws2812b: now use global macros 2017-10-13 16:03:37 +02:00
menu.c menu (minor): add space around operators for readability 2019-03-26 19:52:46 +01:00
menu.h menu: add hex and bin arguments 2019-03-26 18:49:48 +01:00
microwire_master.c (minor) remove trailing spaces 2019-03-26 19:27:40 +01:00
microwire_master.h add microwire library 2017-04-15 13:59:01 +02:00
oled_ssd1306.c take OLED SSD1306 library from busvoodoo branch 2018-04-03 17:00:04 +02:00
oled_ssd1306.h take OLED SSD1306 library from busvoodoo branch 2018-04-03 17:00:04 +02:00
onewire_master.c (minor) remove trailing spaces 2019-03-26 19:27:40 +01:00
onewire_master.h (minor) remove trailing spaces 2019-03-26 19:27:40 +01:00
onewire_slave.c (minor) remove trailing spaces 2019-03-26 19:27:40 +01:00
onewire_slave.h onewire_slave: use byte sizes instead of bits 2017-10-04 14:00:42 +02:00
print.c (minor) remove trailing spaces 2019-03-26 19:27:40 +01:00
print.h (minor) remove trailing spaces 2019-03-26 19:27:40 +01:00
radio_esp8266.c use USART 2 instead of 1 for ESP8266 2017-01-30 09:46:04 +01:00
radio_esp8266.h add new library from spark abacus project 2016-10-23 17:42:55 +02:00
rtc_dcf77.c (minor) remove trailing spaces 2019-03-26 19:27:40 +01:00
rtc_dcf77.h (minor) remove trailing spaces 2019-03-26 19:27:40 +01:00
rtc_ds1307.c add library fix from clapperboard project 2017-04-03 13:05:30 +02:00
rtc_ds1307.h add library fix from clapperboard project 2017-04-03 13:05:30 +02:00
sensor_dht11.c add improvement from thermo-regulator project 2017-03-28 12:37:34 +02:00
sensor_dht11.h add improvement from thermo-regulator project 2017-03-28 12:37:34 +02:00
sensor_dht22.c add DHT22 sensor library from thermo-regulator project 2017-03-28 12:38:07 +02:00
sensor_dht22.h add DHT22 sensor library from thermo-regulator project 2017-03-28 12:38:07 +02:00
sensor_ds18b20.c (minor) remove trailing spaces 2019-03-26 19:27:40 +01:00
sensor_ds18b20.h sensor_ds18b20: fix doc typo 2017-10-04 13:55:43 +02:00
sensor_pzem.c (minor) remove trailing spaces 2019-03-26 19:27:40 +01:00
sensor_pzem.h add timer for inter-messsage silence to improve response rate 2017-01-30 09:54:58 +01:00
sensor_sdm120.c (minor) remove trailing spaces 2019-03-26 19:27:40 +01:00
sensor_sdm120.h add new library from spark abacus project 2016-10-23 17:42:55 +02:00
terminal.c (minor) remove trailing spaces 2019-03-26 19:27:40 +01:00
terminal.h take changes from busvoodoo branch 2018-04-03 16:59:02 +02:00
uart.c UART: fix transmission problem when buffer is full 2018-10-07 23:09:26 +02:00
uart.h cherry-pick from busvoodoo branch, part 3 2018-02-18 15:20:47 +01:00
uart_soft.c (minor) remove trailing spaces 2019-03-26 19:27:40 +01:00
uart_soft.h add new library from spark abacus project 2016-10-23 17:42:55 +02:00
usart_enhanced.c USART: put parity LUT in header so others can use it 2018-10-07 23:11:19 +02:00
usart_enhanced.h USART: put parity LUT in header so others can use it 2018-10-07 23:11:19 +02:00
usb_cdcacm.c (minor) remove trailing spaces 2019-03-26 19:27:40 +01:00
usb_cdcacm.h (minor) remove trailing spaces 2019-03-26 19:27:40 +01:00
usb_dfu.c (minor) remove trailing spaces 2019-03-26 19:27:40 +01:00
usb_dfu.h move DFU library to library folder 2017-04-15 13:55:45 +02:00
vfd_hv518.c (minor) remove trailing spaces 2019-03-26 19:27:40 +01:00
vfd_hv518.h document and correct VFD library 2016-08-14 20:18:10 +02:00