Skip to content

Commit 8ed5b45

Browse files
authored
Update bbn_m5atomS3_lite_encoder_unit.ino
1 parent a0afbba commit 8ed5b45

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bbn_m5atomS3_lite_encoder_unit/bbn_m5atomS3_lite_encoder_unit.ino

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
#include <Arduino.h>
22
#include <Wire.h>
3+
#include "Unit_Encoder.h"
34
#include <M5Unified.h>
4-
55
#include "NmeaXDR.h"
66
#include "NmeaChecksum.h"
7-
#include "Unit_Encoder.h"
87

98
Unit_Encoder sensor;
109
signed short int last_encoder_value = 0;

0 commit comments

Comments
 (0)