prog.cpp: In function ‘void T0H(int)’:
prog.cpp:9:2: error: undefined named operand ‘3’
);
^
prog.cpp: In function ‘void T1H(int)’:
prog.cpp:18:2: error: undefined named operand ‘9’
);
^
prog.cpp: In function ‘void TLD(int)’:
prog.cpp:27:2: error: undefined named operand ‘7’
);
^
prog.cpp: In function ‘void TLL(int)’:
prog.cpp:36:2: error: undefined named operand ‘96’
);
^
prog.cpp: In function ‘void setup()’:
prog.cpp:40:1: error: ‘DDRD’ was not declared in this scope
DDRD = B00010000;
^~~~
prog.cpp:40:8: error: ‘B00010000’ was not declared in this scope
DDRD = B00010000;
^~~~~~~~~
prog.cpp:47:1: error: ‘PORTD’ was not declared in this scope
PORTD = B00010000;
^~~~~
prog.cpp:48:5: error: too few arguments to function ‘void T1H(int)’
T1H();
^
prog.cpp:11:13: note: declared here
inline void T1H(int n) {
^~~
prog.cpp:49:9: error: ‘B00000000’ was not declared in this scope
PORTD = B00000000;
^~~~~~~~~
prog.cpp:50:5: error: too few arguments to function ‘void TLD(int)’
TLD();
^
prog.cpp:20:13: note: declared here
inline void TLD(int n) {
^~~
prog.cpp:54:1: error: ‘PORTD’ was not declared in this scope
PORTD = B00010000;
^~~~~
prog.cpp:55:5: error: too few arguments to function ‘void T0H(int)’
T0H();
^
prog.cpp:2:13: note: declared here
inline void T0H(int n) {
^~~
prog.cpp:56:9: error: ‘B00000000’ was not declared in this scope
PORTD = B00000000;
^~~~~~~~~
prog.cpp:57:5: error: too few arguments to function ‘void TLD(int)’
TLD();
^
prog.cpp:20:13: note: declared here
inline void TLD(int n) {
^~~
prog.cpp:60:5: error: too few arguments to function ‘void TLL(int)’
TLL();
^
prog.cpp:29:13: note: declared here
inline void TLL(int n) {
^~~