Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 458 Bytes

File metadata and controls

14 lines (10 loc) · 458 Bytes

Install probe-rs as specified here.

Grove moisture sensor plugged in at 3.3V, GND, A0

Build and flash:

  • cargo flash --release --chip R7FA4M1AB --target thumbv7em-none-eabihf

Debug:

  • build and flash without --release flag
  • launch vscode probe-rs debugger with config from .vscode/

Serial:

  • img.png
  • serial-flow.png pg. 751