When I use the block below,
————— —
< analog pin # <
————— —
It would be transelated to “analogRead(A0)” and cause error!
I guess it should be “analogRead(0)”.
As I want use this tool in a workshop, I cannot use ArduinoIDE for fixing the program manualy.
Do anyone know the solution for this ?
Best Regard.
Thank you for quick reply!
The ArduinoIDE is 1.0.3.
But I now figured out that with the defalt ArduinoIDE, “analogRead(A0)” works fine.
It was due to adding “pins_arduino.h” and “pins_arduino.c” in the “hardware” folder. I needed it for using “Japanino”. Now, I have to think of using other Arduino compatibles…
First of all, Thank you for the great tool!
I have a question. How can I use analogInput?
When I use the block below,
————— —
< analog pin # <
————— —
It would be transelated to “analogRead(A0)” and cause error!
I guess it should be “analogRead(0)”.
As I want use this tool in a workshop, I cannot use ArduinoIDE for fixing the program manualy.
Do anyone know the solution for this ?
Best Regard.
What’s the version of your Arduino IDE?
Thank you for quick reply!
The ArduinoIDE is 1.0.3.
But I now figured out that with the defalt ArduinoIDE, “analogRead(A0)” works fine.
It was due to adding “pins_arduino.h” and “pins_arduino.c” in the “hardware” folder. I needed it for using “Japanino”. Now, I have to think of using other Arduino compatibles…
What programming environment are you using with Japanino? Isn’t it standard Arduino IDE?
I can not change the language, always in English. Why?
Br
Hi, is your underlying OS English? We don’t provide the language switch at runtime yet. We use the OS’s default language as the language.