We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d9ffb commit 5e7d296Copy full SHA for 5e7d296
src/instruments/multimeter.c
@@ -193,16 +193,6 @@ response_t MULTIMETER_GetCapacitance(void) {
193
return SUCCESS;
194
}
195
196
-response_t MULTIMETER_GetCapRange(void) {
197
-
198
- uint16_t charge_time = UART1_ReadInt(); // in microseconds
199
200
- uint16_t range = GetCapacitor_Range(charge_time);
201
- UART1_WriteInt(range);
202
203
- return SUCCESS;
204
-}
205
206
response_t MULTIMETER_GetCTMUVolts(void) {
207
208
uint8_t config = UART1_Read();
0 commit comments