chon-group / chonIDE

Integrated Development Environment (IDE) for Embedded Multi-agent Systems (MAS)
https://ide.chon.group
6 stars 0 forks source link

Fixing the Brackets in Firmware Coding #19

Closed profpantoja closed 9 months ago

profpantoja commented 9 months ago

The brackets are crashing the chonIDE. Here is an example:

void setup() { pinMode(13,OUTPUT); / Javino Acts and Percept description / javino.act ["ledOn"] = ledOn; javino.act ["ledOff"] = ledOff; javino.perceive(getExogenousPerceptions); javino.start(9600); }