evenjc

CatDX4001 - Setup

Apr 27th, 2021
1,011
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.25 KB | None | 0 0
  1. // Bibliotek inkluderes
  2. #include "CatDX4001.h"
  3.  
  4. // Vi oppretter vår egen instans av bibliotekets hovedobjekt
  5. CatDX4001 dx4001;
  6.  
  7. void setup() {
  8.  
  9. }
  10.  
  11. void loop() {
  12.     // vi har nå tilgang på get_status og select_operation()
  13.     dx4001.get_status();
  14. }
Advertisement
Add Comment
Please, Sign In to add comment