diff options
| author | Atsushi Saitoh <lynxeyed@xj9.so-net.ne.jp> | 2012-03-26 01:52:22 +0900 |
|---|---|---|
| committer | Atsushi Saitoh <lynxeyed@xj9.so-net.ne.jp> | 2012-03-26 01:52:22 +0900 |
| commit | 5fb12bfe7be80bda23edbb51057332cda61b7657 (patch) | |
| tree | c292645b518508e74d992a14ad6fd5bf8828f3d6 /src/user_application.cpp | |
| parent | 70026dd0fafb340dc6b9522324c880c9fc427b62 (diff) | |
fixed delayMicroseconds error
Diffstat (limited to 'src/user_application.cpp')
| -rwxr-xr-x | src/user_application.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/user_application.cpp b/src/user_application.cpp index 3a73c23..c46b077 100755 --- a/src/user_application.cpp +++ b/src/user_application.cpp @@ -6,8 +6,6 @@ void setup() Serial.println("Start");
}
-int r,g,b;
-
void loop()
{
delay(1000);
|
