stm32f1/lib
King Kévin 1ea54db293 BV: display pull-up information correctly 2018-03-20 10:42:59 +01:00
..
busvoodoo_global.c BV: set power command to P and pinout to p 2018-03-20 10:41:30 +01:00
busvoodoo_global.h BV: add global action parser 2018-03-17 19:40:44 +01:00
busvoodoo_hiz.c BV HiZ: minor code improvement 2018-03-20 10:42:27 +01:00
busvoodoo_hiz.h busvoodoo: add quit mode command 2018-01-23 15:36:05 +01:00
busvoodoo_i2c.c BV: display pull-up information correctly 2018-03-20 10:42:59 +01:00
busvoodoo_i2c.h BV I2C: add initial I2C support 2018-03-11 17:51:53 +01:00
busvoodoo_oled.c BV OLED: only test OLED screen in debug mode 2018-02-16 13:12:39 +01:00
busvoodoo_oled.h BV: add functions to display text and pinout on OLED dispay 2018-02-06 11:55:43 +01:00
busvoodoo_spi.c BV: display pull-up information correctly 2018-03-20 10:42:59 +01:00
busvoodoo_spi.h BV SPI: add initial support 2018-03-15 18:59:44 +01:00
busvoodoo_uart.c BV: fix pinout 2018-03-20 10:15:36 +01:00
busvoodoo_uart.h busvoodoo: add UART mode (incomplete) 2018-01-24 16:36:19 +01:00
flash_internal.c flash: get page size from device instead of hardcoded value 2018-02-18 14:16:16 +01:00
flash_internal.h make flash library more general purpose and optimize it 2017-04-15 13:57:19 +02:00
flash_sdcard.c flash_sdcard: add write data function and improve other functions 2017-08-01 02:05:41 +02: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: allows multiple I2C peripherals to be used 2018-03-20 09:37:31 +01:00
i2c_master.h I2C: allows multiple I2C peripherals to be used 2018-03-20 09:37:31 +01:00
led_tm1637.c add TM1637 7-segment display library from clapperboard project 2017-04-03 13:08:49 +02:00
led_tm1637.h add TM1637 7-segment display library from clapperboard project 2017-04-03 13:08:49 +02:00
led_ws2812b.c lib/led_ws2812b: now use global macros 2017-10-13 16:03:37 +02:00
led_ws2812b.h lib/led_ws2812b: now use global macros 2017-10-13 16:03:37 +02:00
menu.c menu: pass remaning of line instead of word when argument is a string 2018-03-17 19:24:34 +01:00
menu.h menu: make copy of line to process since strtok can modify original string 2018-01-22 21:41:52 +01:00
microwire_master.c add microwire library 2017-04-15 13:59:01 +02:00
microwire_master.h add microwire library 2017-04-15 13:59:01 +02:00
oled_ssd1306.c OLED: update to new I2C library 2018-03-20 09:38:06 +01:00
oled_ssd1306.h lib: add library to control SSD1306 I2C OLED displays 2018-02-06 11:54:57 +01:00
onewire_master.c onewire_master: fix rom search 2017-10-04 13:55:43 +02:00
onewire_master.h doc: fix typo 2017-10-04 13:55:43 +02:00
print.c prinf: fix printing 1.0 2018-01-24 16:34:24 +01:00
print.h print: add floating point numbers support 2017-12-14 10:23:31 +01: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
terminal.c terminal: increase history 2018-02-06 17:25:53 +01:00
terminal.h terminal: add terminal prompt library 2018-01-14 13:46:51 +01:00
uart.c uart: user central user input storage 2018-01-24 22:18:37 +01:00
uart.h uart: user central user input storage 2018-01-24 22:18:37 +01:00
usb_cdcacm.c USB: sleep_ms can't be used for DFU detach (in an interrupt) 2018-03-01 17:45:29 +01:00
usb_cdcacm.h USB: provide connectivity flag 2018-02-23 15:59:28 +01:00
usb_dfu.c USB: set pid.codes BusVoodoo USB ID and improve description 2018-02-23 11:34:21 +01:00
usb_dfu.h move DFU library to library folder 2017-04-15 13:55:45 +02:00