labrobotika - software & robotics development center, terus mencoba memberikan terbaik dengan memberikan kontribusi ilmu dan pengetahuan robotika secara konsisten.
#include #include #define SS_PIN 53 #define RST_PIN 2 #define SENSOR_PIN 12 #include #include #include //http://www.arduino.cc/playground/uploads/Code/Password.zip #include //http://www.arduino.cc/playground/uploads/Code/Keypad.zip #define CAYENNE_PRINT Serial // Comment this out to disable prints and save space…
Konfigurasi pin :Pin SDA dihubungkan ke pin D2Pin SCL dihubungkan ke pin D1GND dihubungkan ke GNDVCC dihubungkan ke VU atau dihubungkan ke supply eksternalSketch program :#include <Wire.h>#include <LiquidCrystal_I2C.h>LiquidCrystal_I2C lcd(0x27, 16,…