stm32f1/lib
King Kévin b9e64f4913 application: commit application powering GM1351, reading its measurements, and transmitting over Bluetooth 2020-02-20 11:52:59 +01:00
..
flash_internal.c flash_internal: fix, EEPROM now grows from the end since invalidating does not work 2020-02-19 20:59:26 +01:00
flash_internal.h flash_internal: add emulated EEPROM functionnality 2020-01-03 18:13:05 +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 1 byte read 2020-02-11 12:21:35 +01:00
i2c_master.h i2c_master: fix 1 byte read 2020-02-11 12:21:35 +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 ws2812b: minor, put spaces around operators 2020-02-17 14:01:54 +01:00
led_ws2812b.h ws2812b: minor, put spaces around operators 2020-02-17 14:01:54 +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 doc and comments 2019-12-12 21:30:12 +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_gm1351.c sensor_gm1351: add library to read GM1351 sound level meter measurment by tapping on the LCD controller input 2020-02-20 11:51:56 +01:00
sensor_gm1351.h sensor_gm1351: add library to read GM1351 sound level meter measurment by tapping on the LCD controller input 2020-02-20 11:51:56 +01: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
spp_tx.c spp_tx: add library to transmit over Bluetooth using UART 2020-02-20 11:51:56 +01:00
spp_tx.h spp_tx: add library to transmit over Bluetooth using UART 2020-02-20 11:51:56 +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 application: commit application powering GM1351, reading its measurements, and transmitting over Bluetooth 2020-02-20 11:52:59 +01:00
usb_cdcacm.h usb_cdcacm: minor, update doc 2019-12-12 21:31:51 +01:00
usb_dfu.c dfu: fix address check 2020-01-10 12:49:45 +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: fix all compilation and definition issues, and put some spaces 2020-02-17 18:04:38 +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