#Arduinoコンパイルエラー

解決!「Arduino ‘read’ was not declared in this scope」というコンパイルエラーについて

Arduino IDEで発生した「Arduino ‘read’ was not declared in this scope」というコンパイルエラーの解決方法を今回はご紹介します。 今回はセンサで測定した値をArduinoからNode.jsのサーバへ送信するというプログラムを書きました。 いつもの通り、Arduino IDEでスケッチをコンパイルすると以下のようなエラーが発 […]