Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 466 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 466 Bytes

Programowanie mikrokontrolerów 2019

DustSensor

Modules description

  • drivers/adc - ADC measurments
  • driivers/timers - dealyed function calls and scheduling
  • drivers/uart - UART communication
  • drivers/dust-sensor - GP2Y1010 dust sensor driver
  • application/logger - high level API for sending text through UART
  • application/multi-measure - higher level API for repeating dust measurments
  • application/app - application control flow