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: mbed-rtos mbed QEI
Printing.h
00001 00002 // Eurobot13 Printing.h 00003 00004 //#define PRINTINGOFF 00005 00006 #include "mbed.h" 00007 #include "rtos.h" 00008 00009 namespace Printing { 00010 00011 const size_t NUMIDS = sizeof(unsigned int)*8; 00012 00013 //Function to start in Thread 00014 void printingloop(void const*); // 00015 00016 //Functions to use 00017 bool registerID(char id, size_t length); 00018 bool unregisterID(char id); 00019 bool updateval(char id, float* buffer, size_t length); 00020 bool updateval(char id, float value); 00021 00022 }
Generated on Wed Jul 13 2022 18:41:59 by
