Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: EthernetInterface NTPClient mbed-rtos mbed
timeslice.h
00001 #include <stdint.h> 00002 00003 #define __MAX_TIMESLICES__ 4 00004 00005 class Timeslice{ 00006 private : 00007 uint8_t timeslice[ __MAX_TIMESLICES__ ]; 00008 public : 00009 Timeslice(); 00010 ~Timeslice(); 00011 uint8_t get_timeslice(); 00012 void return_timeslice( uint8_t i ); 00013 void reset(); 00014 uint8_t remain_timeslices( void ); 00015 };
Generated on Fri Jul 22 2022 09:19:18 by
1.7.2