Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed Nov 2, 2024
1 parent b42da98 commit 57627ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions digital-inputs/firmware/can.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#define CAN_ISX(f) ((f).IDE)
#endif

// 0.02v precision
#define getVoltageFrom8Bit(b) (5.0f * (b) / 255)

void initCan();
Expand Down

0 comments on commit 57627ba

Please sign in to comment.