stm32f1/lib
King Kévin 93c8494b31 BV SPI: add LED activity indication 2018-03-22 12:09:56 +01: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: fix doc 2018-03-21 23:20:39 +01: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: add LED activity indication 2018-03-22 12:09:56 +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
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: add return codes 2018-03-21 14:13:55 +01:00
i2c_master.h fix doc 2018-03-21 23:20:05 +01:00
led_tm1637.c
led_tm1637.h
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
microwire_master.h
oled_ssd1306.c fix doc 2018-03-21 23:20:05 +01: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 fix doc 2018-03-21 23:20:05 +01:00
print.h print: add floating point numbers support 2017-12-14 10:23:31 +01:00
sensor_dht11.c
sensor_dht11.h
sensor_dht22.c
sensor_dht22.h
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 fix doc 2018-03-21 23:20:05 +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