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.
Fork of Greifer by
Greifer.h
00001 #ifndef GREIFER_H 00002 #define GREIFER_H 00003 00004 #include "Servo.h" 00005 #include "mbed.h" 00006 00007 00008 00009 00010 00011 class Greifer 00012 { 00013 00014 public: 00015 00016 Greifer(); 00017 00018 void init(); 00019 int take(); 00020 int leave(); 00021 00022 private: 00023 int t,l; 00024 }; 00025 00026 #endif
Generated on Mon Aug 8 2022 05:40:25 by
