Hi !
Jean Claude, do you think to purpose template, naming rules (pins, functions, ...) for C/C++ JeeNode developpers ?
Thanks you.
Powerbook.
This forum has moved to forum.jeelabs.net - this read-only archive is for reference only!
Hi !
Jean Claude, do you think to purpose template, naming rules (pins, functions, ...) for C/C++ JeeNode developpers ?
Thanks you.
Powerbook.
Do you mean physical pin names? (DIO1, AIO2, etc)
Or do you mean #define's for use in C/C++?
The current code is written for use with the Arduino IDE, which has pin numbering conventions and "standard" functions such as pinMode() and digitalWrite().
Yes, i mean pin naming, but also .c or .h header (to export to Doxygen or other documentation system ?), ...
For pin, JeeNode is not like an avr "port", i could see Port1, Port2, ...
On each port i could find a digital i/o line, analog i/o.. do you think it's a good idea to find a naming rule for all ports and pin on the JeeNode ?
I could try to propose something when I started to change my avrgcc libs for JeeNode ?
Powerbook
Follow your intuition, I'd say. Conventions grow, standards follow ;)