Skip to content

Commit 5e7d296

Browse files
committed
revert: get capacitor range
1 parent 06d9ffb commit 5e7d296

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/instruments/multimeter.c

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -193,16 +193,6 @@ response_t MULTIMETER_GetCapacitance(void) {
193193
return SUCCESS;
194194
}
195195

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-
206196
response_t MULTIMETER_GetCTMUVolts(void) {
207197

208198
uint8_t config = UART1_Read();

0 commit comments

Comments
 (0)