Skip to content

Commit

Permalink
updates - now 29 errors mostly String related
Browse files Browse the repository at this point in the history
  • Loading branch information
supertick committed Nov 4, 2016
1 parent 8cc237f commit 14ed8c8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions virtual/Arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ typedef unsigned char byte;
#include "Serial.h"
#include "Servo.h"
#include "HardwareSerial.h"

#include "WString.h"

unsigned long micros();
unsigned long millis();
void digitalWrite(int pin, int value);
void analogWrite(int pin, int value);
void pinMode(int pin, int value);


int digitalRead(int pin);
int analogRead(int pin);

#endif VIRTUAL_ARDUINO_H

0 comments on commit 14ed8c8

Please sign in to comment.