Skip to content

inot-files not supported by Arduino IDE, library does not compile #102

@InTransit112

Description

@InTransit112

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


Metadata

Metadata

Assignees

Labels

type: supportOT: Request for help using the project

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions