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: BSP_DISCO_F469NI LCD_DISCO_F469NI Shifter2 TS_DISCO_F469NI max31865 mbed
Output.h
00001 #ifndef OUTPUT_H 00002 #define OUTPUT_H 00003 00004 #include "mbed.h" 00005 class Output 00006 { 00007 00008 public: 00009 bool stato; 00010 bool draw_image(const unsigned long* indirizzo_acceso, const unsigned long* indirizzo_spento, bool stato, int off_X, int off_Y); 00011 bool trigger; 00012 bool ON_OFF; 00013 bool CW_CCW; 00014 private: 00015 00016 }; 00017 #endif
Generated on Wed Jul 13 2022 01:30:13 by
