-->
Page 2 of 4

Re: piGlow on ESP8266-01

PostPosted: Sat Dec 19, 2015 11:32 am
by Mmiscool
commands and function are not case sensitive. Any code that is not a valid command is ignored so there is no requirement currently to use a special character for commenting.

I would suggest keeping with the basic conventions and using the ' or rem

Re: piGlow on ESP8266-01

PostPosted: Sat Dec 19, 2015 11:59 am
by AJB2K3
heckler wrote:Hey Mike (mmiscool)

What character(s) can be used to indicate "remarks"?

I have been using an apostrophe '

Do other characters work??
It looks like AJB2K3 is using a #

are any of the basic statements case sensitive??

dwight


I'm only using "#" as it a habit of arduino and python coding
When I work out what I'm doing, all the memo's will be removed.

Re: piGlow on ESP8266-01

PostPosted: Sat Dec 19, 2015 2:02 pm
by AJB2K3
OK this hex conversion is damn confusing...

Updated the values but I'm sure they are completly wrong.
Something I'm missing in the Hex/binary7/binary8 conversion

Re: piGlow on ESP8266-01

PostPosted: Sat Dec 19, 2015 10:26 pm
by viscomjim
If you have a smart phone or tablet, you can download a developer calculator to make quick hex conversions. I found a free one for my iphone and use it for the same reason. Works great. Also I'm pretty sure you can just put "F3 to decimal" in the google box and it will tell you the conversion. Keep us posted on your progress on this. I am having issues getting I2C writes to work right now so I am curious if you have any luck.