Hallo Leute,
Wollte eine Blaulicht Steuerung auf einen Arduino Uno programmieren...
Dummerweise kotzt mir die IDE nur Fehler aus und ich find ihn einfach nicht ![]()
Es gibt verschiedene Modi die sich per Taster durchschalten lassen (interrupt)
- Ja mir ist bewusst das vieles Unnötig kompliziert gemacht ist und ich mehr Schleifen einbauen könnte aber ich wollte das auch jemand der davon keine Ahnung hat versteht was da passiert
- Ja ich weis das meine verwendeten Pins nicht PWM fähig sind, ist jedoch kein Problem zu ändern habs auch mit pins 6,9,10,11 probiert aber gleiches Problem wie oben^^
Fehlermeldungen:
Blaulichtsteuerung:175: error: expected constructor, destructor, or type conversion before '(' token
Blaulichtsteuerung:176: error: expected constructor, destructor, or type conversion before '(' token
Blaulichtsteuerung:177: error: expected constructor, destructor, or type conversion before '(' token
Blaulichtsteuerung:178: error: expected constructor, destructor, or type conversion before '(' token
Blaulichtsteuerung:179: error: expected constructor, destructor, or type conversion before '(' token
Blaulichtsteuerung:180: error: expected constructor, destructor, or type conversion before '(' token
Blaulichtsteuerung:181: error: expected constructor, destructor, or type conversion before '(' token
Blaulichtsteuerung:182: error: expected constructor, destructor, or type conversion before '(' token
Blaulichtsteuerung:183: error: expected constructor, destructor, or type conversion before '(' token
Blaulichtsteuerung:184: error: expected constructor, destructor, or type conversion before '(' token
Blaulichtsteuerung:185: error: expected constructor, destructor, or type conversion before '(' token
Blaulichtsteuerung:186: error: expected constructor, destructor, or type conversion before '(' token
Blaulichtsteuerung:187: error: expected constructor, destructor, or type conversion before '(' token
Blaulichtsteuerung:188: error: expected constructor, destructor, or type conversion before '(' token
Blaulichtsteuerung:189: error: expected constructor, destructor, or type conversion before '(' token
Blaulichtsteuerung:190: error: expected constructor, destructor, or type conversion before '(' token
Blaulichtsteuerung:191: error: expected constructor, destructor, or type conversion before '(' token
Blaulichtsteuerung:192: error: expected constructor, destructor, or type conversion before '(' token
Blaulichtsteuerung:193: error: expected constructor, destructor, or type conversion before '(' token
Blaulichtsteuerung:194: error: expected constructor, destructor, or type conversion before '(' token
Blaulichtsteuerung:195: error: expected constructor, destructor, or type conversion before '(' token
Blaulichtsteuerung:196: error: expected constructor, destructor, or type conversion before '(' token
Blaulichtsteuerung:197: error: expected constructor, destructor, or type conversion before '(' token
Blaulichtsteuerung:198: error: expected constructor, destructor, or type conversion before '(' token
Blaulichtsteuerung:199: error: expected constructor, destructor, or type conversion before '(' token
Blaulichtsteuerung:200: error: expected constructor, destructor, or type conversion before '(' token
Blaulichtsteuerung:201: error: expected constructor, destructor, or type conversion before '(' token
Blaulichtsteuerung:202: error: expected constructor, destructor, or type conversion before '(' token
Blaulichtsteuerung:203: error: expected constructor, destructor, or type conversion before '(' token
Blaulichtsteuerung:204: error: expected constructor, destructor, or type conversion before '(' token
Blaulichtsteuerung:206: error: expected unqualified-id before 'for'
Blaulichtsteuerung:206: error: expected constructor, destructor, or type conversion before '<=' token
Blaulichtsteuerung:206: error: expected constructor, destructor, or type conversion before '+=' token
Blaulichtsteuerung:214: error: expected unqualified-id before 'for'
Blaulichtsteuerung:214: error: expected constructor, destructor, or type conversion before '>=' token
Blaulichtsteuerung:214: error: expected constructor, destructor, or type conversion before '-=' token
Blaulichtsteuerung:222: error: expected unqualified-id before 'for'
Blaulichtsteuerung:222: error: expected constructor, destructor, or type conversion before '<=' token
Blaulichtsteuerung:222: error: expected constructor, destructor, or type conversion before '+=' token
Blaulichtsteuerung:230: error: expected unqualified-id before 'for'
Blaulichtsteuerung:230: error: expected constructor, destructor, or type conversion before '>=' token
Blaulichtsteuerung:230: error: expected constructor, destructor, or type conversion before '-=' token
Blaulichtsteuerung:238: error: expected declaration before '}' token