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.
RemotePinConfigRequest.h
00001 #ifndef SmartLab_XBee_Request_RemotePinConfigurationRequest 00002 #define SmartLab_XBee_Request_RemotePinConfigurationRequest 00003 00004 #include "RemoteATCommandRequest.h" 00005 #include "Pin.h" 00006 #include "enums.h" 00007 #include "RemoteCommandOptions.h" 00008 00009 class RemotePinConfigRequest : public RemoteATCommandRequest 00010 { 00011 public : 00012 RemotePinConfigRequest(uint8_t FrameID,const DeviceAddress &RemoteDevice, Pin &pin, SmartLab_XBeeAPI::PinFunctions Function); 00013 00014 void SetPinFunctions(SmartLab_XBeeAPI::PinFunctions Function); 00015 }; 00016 00017 #endif
Generated on Tue Jul 12 2022 14:26:51 by
1.7.2