stm32f1/lib
King Kévin 9417cbf392 vfd_hv518: minor, fix spacing 2020-03-23 11:41:08 +01:00
..
flash_internal.c flash_internal: add function to probe actual flash size 2020-03-08 18:17:37 +01:00
flash_internal.h flash_internal: add function to probe actual flash size 2020-03-08 18:17:37 +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 i2c_master: fix writing function to cope with read function now including a stop 2020-02-27 13:09:10 +01:00
i2c_master.h i2c_master: improve sending stop and integrated it into read function 2020-02-27 13:08:55 +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 update copyright 2020-02-17 14:00:48 +01:00
ir_nec.h update copyright 2020-02-17 14:00:48 +01:00
lcd_hd44780.c hd44780: fix DL ifdef macro 2020-02-13 14:29:55 +01:00
lcd_hd44780.h hd44780: use GPIO instead of I2C per default 2020-02-13 14:31:25 +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 led_tm1637: allow number to be displayed without leading 0 2020-02-18 17:28:34 +01:00
led_tm1637.h led_tm1637: allow number to be displayed without leading 0 2020-02-18 17:28:34 +01:00
led_ws2812b.c led_ws2812b: use open drain data signal 2020-03-09 09:56:00 +01:00
led_ws2812b.h led_ws2812b: replace transmit with continous circlar DMA transfer 2020-03-09 09:55:42 +01: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 microwire_master: minor, put spaces around operators 2020-02-17 14:06:15 +01:00
microwire_master.h microwire_master: minor, use simpler GPIO definitions 2020-02-17 14:04:41 +01:00
oled_ssd1306.c oled_ssd1306: fix writing to display 2020-02-27 19:46:48 +01:00
oled_ssd1306.h oled_ssd1306: fix doc and comments 2019-12-12 21:30:12 +01:00
onewire_master.c onewire_master: minor, add space around operators 2020-02-17 14:45:12 +01:00
onewire_master.h onewire_master: minor, use newer GPIO definitions 2020-02-17 14:44:12 +01:00
onewire_slave.c onewire_slave: minor, use newer GPIO definition 2020-02-17 15:03:28 +01:00
onewire_slave.h onewire_slave: minor, add space around operators 2020-02-17 14:59:46 +01:00
print.c print: fix function definition 2020-01-08 20:29:09 +01:00
print.h print: fix function definition 2020-01-08 20:29:09 +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 rtc_dcf77: minor, use newer GPIO definition 2020-02-17 15:19:21 +01:00
rtc_dcf77.h rtc_dcf77: minor, add space around operators 2020-02-17 15:16:04 +01:00
rtc_ds1307.c doc: fix documentation 2020-01-03 00:16:59 +01:00
rtc_ds1307.h doc: fix documentation 2020-01-03 00:16:59 +01:00
sensor_as3935.c doc: fix documentation 2020-01-03 00:16:59 +01:00
sensor_as3935.h doc: fix documentation 2020-01-03 00:16:59 +01:00
sensor_dht11.c sensor_dht11: minor, put spaces around operators 2020-02-17 14:32:49 +01:00
sensor_dht11.h sensor_dht11: minor, put spaces around operators 2020-02-17 14:32:49 +01:00
sensor_dht22.c sensor_dht22: minor, add space around operators 2020-02-17 15:24:21 +01:00
sensor_dht22.h sensor_dht22: minor, add space around operators 2020-02-17 15:24:21 +01: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 sensor_pzem: fix libopencm3 interface 2020-02-17 14:52:37 +01:00
sensor_pzem.h sensor_pzem: fix USART GPIO definitions 2020-02-17 14:52:16 +01:00
sensor_sdm120.c sensor_sdm120: fix, update to libopencm3 2020-02-17 14:17:55 +01:00
sensor_sdm120.h sensor_sdm120: minor, update GPIO definitions 2020-02-17 14:15:50 +01:00
terminal.c terminal: fix signed overflow warning 2019-06-12 15:05:37 +02:00
terminal.h take changes from busvoodoo branch 2018-04-03 16:59:02 +02:00
uart.c uart: increase index type to allow larger buffer 2020-02-19 21:07:58 +01:00
uart.h uart: increase index type to allow larger buffer 2020-02-19 21:07:58 +01:00
uart_soft.c uart_soft: minor, put spaces around operators 2020-02-17 14:07:20 +01:00
uart_soft.h uart_soft: minor, put spaces around operators 2020-02-17 14:07:20 +01: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 usb_cdcacm: fix U_ID decoding 2020-03-15 14:02:55 +01:00
usb_cdcacm.h usb_cdcacm: minor, update doc 2019-12-12 21:31:51 +01:00
usb_dfu.c usb_dfu: fix U_ID decoding 2020-03-15 14:03:52 +01:00
usb_dfu.h usb_dfu: add serial to USB strings 2019-12-12 21:31:51 +01:00
vfd_hv518.c vfd_hv518: minor, fix spacing 2020-03-23 11:41:08 +01:00
vfd_hv518.h vfd_hv518: fix all compilation and definition issues, and put some spaces 2020-02-17 18:04:38 +01:00