Arduino |
Raspberry |

Sites onde pode encontrar circuitos em Arduino ou Raspberry:
Outros microcontroadores:
Sites para programar em robótica:
Outros Robôs
| Um (típico) Hello World em Arduino UNO |
|
void setup() { // put your setup code here, to run once: pinMode(13, OUTPUT); } void loop() { // put your main code here, to run repeatedly: digitalWrite(13, HIGH); // HIGH - 1 | LOW - 0 delay(2000); digitalWrite(13, LOW); delay(2000); } |
|
Sequência
|
Apostilas |
|
4
|
Linguagem C |
|
2
|
Arduino |
| 3 | Sensores |
|
1
|
Python |
|
5
|
Raspberry |

https://www.pcbway.com/project/share/1.html?type=PCB&country=27