Skip to content

Commit 939de42

Browse files
author
Elwin Hammer
committed
Update TheSocaBot.ino
Eerste setup, header met 2 basis functies. V.1.0.0.
1 parent 3a770d0 commit 939de42

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

TheSocaBot.ino

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,35 @@
1-
#
1+
/*
2+
#############################################################
3+
#Firmware: TheSocaBot #
4+
#Hardware: Arduino Mega 2560 #
5+
#Eerste opzet: 26-11-2019 #
6+
#Auteurs: E. Hammer | N. Vollebregt | M. Remmig | O. Cekem #
7+
#Laatst gewijzigd: 27-11-2019 #
8+
#Versie: 1.0.0 #
9+
#############################################################
10+
11+
##WAT JE NIET MAG GEBRUIKEN##
12+
1. Alle functies uit Servo.lib
13+
a. attach()
14+
b. write()
15+
c. writeMicroseconds()
16+
d. read()
17+
e. attached()
18+
f. detach()
19+
2. Alle functies voor externe sensoren. Bijvoorbeeld:
20+
a. De ping sensor
21+
b. De Sharp afstand sensor
22+
c. De accelerometrie sensoren
23+
3. Eenvoudige functies voor bewerkingen
24+
a. y = map(x, 1, 50, 50, 1);
25+
b. Enz.
26+
*/
27+
28+
29+
void setup() {
30+
31+
}
32+
33+
void loop() {
34+
35+
}

0 commit comments

Comments
 (0)