arduino icon indicating copy to clipboard operation
arduino copied to clipboard

arduino for w60x platform

Results 7 arduino issues
Sort by recently updated
recently updated
newest added

GCC is throwing errors in your code regarding `warning: no return statement in function returning non-void` errors. E.g., where is the `return` statement in this function that's supposed return a...

tried http://arduino.w600.fun/package_w600_index.json included in preferences but no w600 shown in board manager, the link is 404

You write https://github.com/w600/arduino/blob/b94d129f6d873c3d314ffbe230a236b578a1d186/cores/w600/core_w600_main.cpp#L20-L26 With the only includes being https://github.com/w600/arduino/blob/b94d129f6d873c3d314ffbe230a236b578a1d186/cores/w600/core_w600_main.cpp#L1-L2 and https://github.com/w600/arduino/blob/master/cores/w600/debug.h Yet the function attempts to call into `digitalWrite()` and and `pinMode()` which is undeclared. GCC throws the errors ```...

Currently cannot be installed in Arduino IDE on Linux.. Are there any plans to support it?

See file https://github.com/w600/arduino/blob/b94d129f6d873c3d314ffbe230a236b578a1d186/cores/w600/wiring_constants.h#L1-L4

You write https://github.com/w600/arduino/blob/6148ebcdfee95c295a7d5d27489dc36872c39e1a/cores/w600/wiring_time.c#L39-L50 and you write https://github.com/w600/arduino/blob/6148ebcdfee95c295a7d5d27489dc36872c39e1a/cores/w600/wiring_time.c#L16-L19 By which you can see that in line 45, you are not calling the function and checking its return value, you are doing...

please add language support for non native mandarin talkers. google translate won't convert text in graphics ;-(