ASCII Serial Com
Serial communication library between computers, microcontrollers, FPGAs, etc. Uses only ASCII. Not the most efficient protocol, but meant to be easy to read
|
Files | |
stm32f091nucleo64_adc_streaming.c | |
Streams ADC data from pin A0 (happens to be labelled A0 on the Arduino connector of nucleo-f091rc board) | |
stm32f091nucleo64_asc_loopback.c | |
stm32f091nucleo64_blink.c | |
stm32f091nucleo64_char_loopback.c | |
stm32f091nucleo64_pulser.c | |
Outputs a pulser and (one day will) measures pulses. | |
stm32f091nucleo64_write_pattern_to_serial.c | |
stm_timers.h | |
To be used with the timer peripherals on STM32 microcontrollers. | |
stm_usart.h | |
To be used with the USART peripherals on STM32 microcontrollers. | |