mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-09-15 12:22:15 +00:00
Detect Arduino 1.0
Arudino fixture for tests
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
void setup() {
|
||||
Serial.begin(9600);
|
||||
}
|
||||
|
||||
void loop() {
|
||||
Serial.print("Hello");
|
||||
}
|
||||
Reference in New Issue
Block a user