zauberzeug / lizard

Domain-specific language to specify behaviour of microcontroller managed hardware
MIT License
14 stars 5 forks source link

Add support for analog inputs #46

Closed kayhe closed 2 months ago

kayhe commented 2 months ago

For our project, we need to be able to read out sensors via the ADCs. Doing this in Lizard would greatly simplify our software architecture. The raw voltage from the ADC is enough, so implementing a custom module for the sensor alone is likely overkill.

I started working on an implementation already. If you have any pointers or tips, I'm all ears.