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.
Dependents: NucleoMGC3130 i2c_master
ApproachDetection.h
00001 #ifndef UK_AC_HERTS_SMARTLAB_MGC3130_ApproachDetection 00002 #define UK_AC_HERTS_SMARTLAB_MGC3130_AirWheelDetection 00003 00004 #include "Parameter.h" 00005 00006 class ApproachDetection: public Parameter 00007 { 00008 public: 00009 ApproachDetection(bool enable) { 00010 setRuntimeParameterID(0x97); 00011 if (enable) 00012 setArgument0(0x01); 00013 else 00014 setArgument0(0x00); 00015 setArgument1(0x01); 00016 } 00017 }; 00018 00019 #endif
Generated on Fri Jul 15 2022 02:54:57 by
