Updated for the next revision of the motor board

Committer:
adimmit
Date:
Fri Sep 16 01:20:50 2022 +0000
Revision:
8:e8985e8e9146
Parent:
6:417655779dc5
updated for the new board;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
elijahsj 1:4c3c2b7337a6 1 #include "mbed.h"
elijahsj 1:4c3c2b7337a6 2
elijahsj 3:2f46953e7c8b 3 void initHardware(int periodTicks);
elijahsj 6:417655779dc5 4 uint16_t readADC1(int channel);
elijahsj 6:417655779dc5 5 uint16_t readADC2(int channel);
elijahsj 1:4c3c2b7337a6 6