stm32f1/lib
King Kévin ee184b0144 BV HiZ: broaden voltage range used during tests 2018-04-02 20:44:19 +02:00
..
busvoodoo_global.c BV global: rename led pulsing functions 2018-03-22 12:01:47 +01:00
busvoodoo_global.h BV: use recommended pulse duration 2018-03-22 12:09:18 +01:00
busvoodoo_hiz.c BV HiZ: broaden voltage range used during tests 2018-04-02 20:44:19 +02:00
busvoodoo_hiz.h busvoodoo: add quit mode command 2018-01-23 15:36:05 +01:00
busvoodoo_i2c.c BV: use recommended pulse duration 2018-03-22 12:09:18 +01:00
busvoodoo_i2c.h BV I2C: add initial I2C support 2018-03-11 17:51:53 +01:00
busvoodoo_oled.c BV: fix doc 2018-03-21 23:20:39 +01:00
busvoodoo_oled.h BV: fix doc 2018-03-21 23:20:39 +01:00
busvoodoo_spi.c BV SPI: fix typo in comment 2018-03-22 16:05:26 +01:00
busvoodoo_spi.h BV SPI: add initial support 2018-03-15 18:59:44 +01:00
busvoodoo_uart.c BV UART: add error command 2018-03-22 16:05:06 +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: improve bus signal probing 2018-04-02 20:37:52 +02:00
i2c_master.h fix doc 2018-03-21 23:20:05 +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 fix doc 2018-03-21 23:20:05 +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: better device presence check 2018-04-02 20:38:59 +02:00
oled_ssd1306.h fix doc 2018-03-21 23:20:05 +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 print: fix padding and fractional accumulation 2018-03-23 09:09:26 +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 fix doc 2018-03-21 23:20:05 +01:00
uart.c global: rename USART macros 2018-03-22 12:00:54 +01:00
uart.h uart: user central user input storage 2018-01-24 22:18:37 +01:00
usb_cdcacm.c USB: reduce buffer size to save RAM 2018-03-23 14:24:34 +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