Cobra RealTimeClock tick event

GHI team,

would it be possible to add a tick event (every sec or configurable) to the RealTimeClock in GHIElectronics.NETMF.Hardware ?

That would come in handy for example to update an LCD screen every sec.

Thanks

It’s best to use a Timer or Thread for that. Because you need an event each second while an other might need a event each 2,5 seconds, etc.

It is much better to use the built in timers

Ok, thanks