v.0.2.0 WiFiClient HTTP request
This commit is contained in:
@@ -2,17 +2,16 @@
|
||||
#define BLINKLED
|
||||
|
||||
#include <Arduino.h>
|
||||
|
||||
class BlinkLed
|
||||
{
|
||||
private:
|
||||
PinStatus _ledStatus;
|
||||
byte _pin;
|
||||
u_int8_t _pin;
|
||||
/* data */
|
||||
BlinkLed() { _ledStatus = LOW; }
|
||||
|
||||
public:
|
||||
BlinkLed(byte pin);
|
||||
BlinkLed(u_int8_t pin);
|
||||
~BlinkLed() {}
|
||||
|
||||
void on();
|
||||
|
||||
Reference in New Issue
Block a user