Use local libs
This commit is contained in:
parent
40ba2ca4d7
commit
c9f56c7f3c
2
.vscode/run
vendored
2
.vscode/run
vendored
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
./bin/arduino-cli compile -fqbn arduino:avr:uno code --libraries $HOME/.arduino15/libraries/ --build-path ./build --clean
|
||||
./bin/arduino-cli compile --fqbn arduino:avr:uno code --libraries ./libraries/ --build-path ./build --clean
|
||||
|
||||
echo "Starting simulation..."
|
||||
|
||||
|
||||
@ -4,7 +4,7 @@ void setup() {
|
||||
}
|
||||
|
||||
void loop() {
|
||||
Serial.println("Hello Teste para o TP3 :)!");
|
||||
Serial.println("Hello Teste para o TP2 :)!");
|
||||
digitalWrite(LED_BUILTIN, HIGH);
|
||||
delay(500);
|
||||
digitalWrite(LED_BUILTIN, LOW);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user