Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Bibliotek inkluderes
- #include "CatDX4001.h"
- // Vi oppretter vår egen instans av bibliotekets hovedobjekt
- CatDX4001 dx4001;
- void setup() {
- }
- void loop() {
- // vi har nå tilgang på get_status og select_operation()
- dx4001.get_status();
- }
Advertisement
Add Comment
Please, Sign In to add comment