Open BD103 opened 3 months ago
https://github.com/BotsBurgh/BOTSBURGH-FTC-2024-25/blob/b06a7797a2f9d8cfa88e9d6984c71a8c05ee3cef/TeamCode/src/main/java/org/firstinspires/ftc/teamcode/api/Voltage.kt#L18
The Voltage API assumes that there is only one voltage sensor, so it quietly ignores any more. Once #56 is implemented, Voltage.init() could count the amount of voltage sensors and log a warning if there is more than 1.
Voltage
Voltage.init()
https://github.com/BotsBurgh/BOTSBURGH-FTC-2024-25/blob/b06a7797a2f9d8cfa88e9d6984c71a8c05ee3cef/TeamCode/src/main/java/org/firstinspires/ftc/teamcode/api/Voltage.kt#L18
The
Voltage
API assumes that there is only one voltage sensor, so it quietly ignores any more. Once #56 is implemented,Voltage.init()
could count the amount of voltage sensors and log a warning if there is more than 1.