Gregary Boyles

Results 5 issues of Gregary Boyles

If you click the 'simulate' button I have added to your index.html it will open my simulator.htm and transfer any C code you have, as well as the selected MCU,...

![image](https://user-images.githubusercontent.com/13853614/147847651-6681aa58-fcd0-4dce-8553-41f57ba0d2f5.png) I have added this block.....experimenting. What function do I need to call to add the new variable to the list of available variables in the drop down box of...

I have unzipped your library along with the one at https://github.com/esp8266/Arduino. It still wouldn't compile. Arduino IDE complains about not being able to find queue.h - I found this in...

In file synEngine.h #define CHA 3 #define CHB 4 Pin 4 is not a PWM pin on Uno, Mini, Nano or Pro. You need to change it to this: #if...

Removed hard coding that limits you to using SoftwareSerial for Uno and Serial1 for Mega You can now use the classes like this: CSIMCOM900 gsm(&Serial1); SoftwareSerial ss(8, 9); CSIMCOM900 gsm(&Serial1);...