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.
aircylinder.hpp
00001 #pragma once 00002 #include<mbed.h> 00003 #include<portSet.hpp> 00004 00005 class aircylinder 00006 { 00007 public: 00008 aircylinder(Port port ,bool push_flag); 00009 void push(int cylinder_num); 00010 void pull(int cylinder_num); 00011 private: 00012 Port port_; 00013 bool push_flag_; 00014 };
Generated on Sat Oct 15 2022 07:52:33 by
1.7.2