Advertisement
carcyn

Untitled

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