Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 897 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 897 Bytes

STM-MICRO-SYS - Example embedded app for STM32 based microcontroller

The purpose of this application is to boot up the microcontroller device to full power and periodically sample temperature and humidity while displaying results on a connected LCD display.

  • App high level logic as well as scripts to build and run the project can be found in ./app/
  • Custom hardware logic for most of the device crucial systems is abstracted in ./corelib/src/ its where most of the implementation lives.
  • Low level headers for the device provided by STM32 can be found in ./corelib/stm32/

Example Image Example Image