Skip to content

A TM1637 based metering example for the STM32 platform. Works even on the smallest F030 chips.

Notifications You must be signed in to change notification settings

phirippu/adcmeter

Repository files navigation

adcmeter

A TM1637 based metering example. STM32 samples one ADC channel and shows immediately the result on the display. Can be used as a starting point for an application using ADC or display.

ADC is never polled, data is transferred by DMA. A flag is raised inside a DMA interrupt, which is polled in main().

About

A TM1637 based metering example for the STM32 platform. Works even on the smallest F030 chips.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages