Advertisement
katiebogdanow

Untitled

Jan 31st, 2020
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. #include <LiquidCrystal.h>
  2. LiquidCrystal miP (11,12,5,4,3,2);
  3.  
  4.  
  5. void setup() {
  6. miP.begin(16,2);
  7. miP.print("hello, world!");
  8. }
  9.  
  10. void loop() {
  11. // put your main code here, to run repeatedly:
  12.  
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement