cosparks / trypdeck

0 stars 0 forks source link

Time management #4

Closed cosparks closed 2 years ago

cosparks commented 2 years ago

A lot of the gpio led behavior is going to be time based, so find out if there is are similiar functions to Arduino's millis() and seconds() in raspberry pi or in c++ stl

cosparks commented 2 years ago

Implemented Clock singleton with millis() and second() functions