Release 2017.5.20 / Update 2017.6.19

TIPS for finding bugs

You may unforcely fail to right code sometimes when you modify it. If the sketch isn’t long, it doesn’t matter. But the more big project makes it more difficult to find the bug.

On this article, I show you how I find it. These are TIPS for finding bugs when compile is OK.

Continue reading TIPS for finding bugs

Release 2017.4.30 / Update 2017.6.18

if you failed to compile the “SKETCH” 2 Include the Library

There are differences in ‘#inlucde’ notation when using libraries in Arduino IDE. Continue reading if you failed to compile the “SKETCH” 2 Include the Library

Release 2017.2.15 / Update 2017.5.27

if you failed to compile the “SKETCH” 1 Function order

Since it occurs irregularly, I could not understand the cause, but there are some case that it can not be compiled with “correct syntax” on Arduino IDE. The reason why I can tell it is not wrong is because “sketches that were being compiled ordinary, before”.

It occurs when sketching to organize functions by making tabs, or copying functions from other sketches for progressing one.

Continue reading if you failed to compile the “SKETCH” 1 Function order