Spaces:
Sleeping
Sleeping
Baptiste Gaultier
commited on
Commit
·
f5de2e9
1
Parent(s):
37e94dc
img seems not to work
Browse files
app.py
CHANGED
@@ -100,7 +100,7 @@ if __name__ == "__main__":
|
|
100 |
## Instructions
|
101 |
* Based on this [example]() , write a MicroPython code that will light up a red LED connected to pin `21` for 3 seconds. Once the 3 seconds have elapsed, make this LED blink every second (1 second off, then 1 second on) indefinitely!
|
102 |
|
103 |
-
|
104 |
|
105 |
* You can use the [Vittascience simulator](https://fr.vittascience.com/esp32/?mode=code&console=bottom&toolbox=scratch&simu=1&board=basic-esp32) to test your code.
|
106 |
* Copy and paste your code into the code editor on the right.
|
|
|
100 |
## Instructions
|
101 |
* Based on this [example]() , write a MicroPython code that will light up a red LED connected to pin `21` for 3 seconds. Once the 3 seconds have elapsed, make this LED blink every second (1 second off, then 1 second on) indefinitely!
|
102 |
|
103 |
+
{width=64}
|
104 |
|
105 |
* You can use the [Vittascience simulator](https://fr.vittascience.com/esp32/?mode=code&console=bottom&toolbox=scratch&simu=1&board=basic-esp32) to test your code.
|
106 |
* Copy and paste your code into the code editor on the right.
|