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.
DualStateButton.cpp
00001 #include "DualStateButton.h" 00002 #include "NextionSerial.h" 00003 00004 DualStateButton::DualStateButton(uint32_t aPage, uint32_t aId, const std::string& aObjectName, NextionSerial& aNextionSerial) : 00005 Button(aPage, aId, aObjectName, aNextionSerial) 00006 { 00007 } 00008 00009 bool DualStateButton::GetState() const 00010 { 00011 return iNextionSerial.GetCurrentDualStateButton(iObjectName); 00012 }
Generated on Wed Jul 13 2022 10:35:08 by
1.7.2