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.
solenoid.h
00001 #ifndef solenoid_h 00002 #define solenoid_h 00003 #include "mbed.h" 00004 class solenoid{ 00005 private: 00006 I2C *i2c; 00007 char adr; 00008 char PORT; 00009 void output(); 00010 public: 00011 solenoid(I2C *I2c,char adr_); 00012 solenoid& operator=(char po); 00013 void Port(char port,char po); 00014 }; 00015 #endif
Generated on Fri Jul 29 2022 23:32:01 by
1.7.2