2020-02-17から1日間の記事一覧

ArduinoでアナログpHセンサを使う

wiki.dfrobot.com /* # This sample codes is for testing the pH meter V1.0. # Editor : YouYou # Date : 2013.10.12 # Ver : 0.1 # Product: pH meter # SKU : SEN0161 */ #define SensorPin 0 //pH meter Analog output to Arduino Analog Input 0 unsig…