logickworkshop / du-ino

DU-INO Arduino library.
BSD 3-Clause "New" or "Revised" License
56 stars 5 forks source link

Add clock functionality to Function class #4

Closed ezod closed 5 years ago

ezod commented 5 years ago

Any function that needs to internally generate a square-wave clock signal or be able to accept one externally should have the complication of setting up interrupts and clock timings for TimerOne encapsulated in a simple API.