-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
type: supportOT: Request for help using the projectOT: Request for help using the project
Description
When trying to open and run the "shared counter" example, I can never get the arduino IDE to open the .inot file type and so the compiler always throws an error when calling producer()/consumer(). Any words of wisdom to trickle down?
C:\Users\jgold\AppData\Local\Temp\.arduinoIDE-unsaved2024129-28668-1l8kexo.higr\Shared_Counter\Shared_Counter.ino: In function 'void setup()':
C:\Users\jgold\AppData\Local\Temp\.arduinoIDE-unsaved2024129-28668-1l8kexo.higr\Shared_Counter\Shared_Counter.ino:8:3: error: 'Producer' was not declared in this scope
Producer.start();
^~~~~~~~
C:\Users\jgold\AppData\Local\Temp\.arduinoIDE-unsaved2024129-28668-1l8kexo.higr\Shared_Counter\Shared_Counter.ino:8:3: note: suggested alternative: 'prog_uchar'
Producer.start();
^~~~~~~~
prog_uchar
C:\Users\jgold\AppData\Local\Temp\.arduinoIDE-unsaved2024129-28668-1l8kexo.higr\Shared_Counter\Shared_Counter.ino:9:3: error: 'Consumer' was not declared in this scope
Consumer.start();
^~~~~~~~
exit status 1
Compilation error: 'Producer' was not declared in this scope
AustinCast
Metadata
Metadata
Assignees
Labels
type: supportOT: Request for help using the projectOT: Request for help using the project