Sha256: b6e6f8c61bdd97ee32efe3a5b130c68379978ac126dc9695681de1a4393b0e14
Contents?: true
Size: 236 Bytes
Versions: 27
Compression:
Stored size: 236 Bytes
Contents
#ifndef _TASKSCHEDULER_H #define _TASKSCHEDULER_H #include "Types.h" void TaskScheduler_Init(void); void TaskScheduler_Update(uint32 time); bool TaskScheduler_DoUsart(void); bool TaskScheduler_DoAdc(void); #endif // _TASKSCHEDULER_H
Version data entries
27 entries across 14 versions & 1 rubygems