A program for the STM32F3DISCOVERY board to display (SSD1306) the amount of Carbon Monoxide (CO) detected by a sensor (MQ-7 + ADS1115).
Requirements include Embedded Rust, OpenOCD, and GDB.
In one terminal run openocd
from this directory. In a second terminal run cargo run
. Once in the debugger
continue
and then next
until the program is in its main loop.