Skip to content

Commit e6e4b1b

Browse files
authored
Update content/hardware/07.opta/opta-family/opta/tutorials/18.smart-compressor-app-note/content.md
1 parent b4e1355 commit e6e4b1b

File tree

1 file changed

+1
-1
lines changed
  • content/hardware/07.opta/opta-family/opta/tutorials/18.smart-compressor-app-note

1 file changed

+1
-1
lines changed

content/hardware/07.opta/opta-family/opta/tutorials/18.smart-compressor-app-note/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ To convert the Opta's ADC raw readings into voltage, the following method can be
294294
```arduino
295295
Voltage = analogRead(<Input>) * (3.3 / 4095.0) / 0.30337;
296296
```
297-
***The formula from above is the result of the Opta analog input frontend circuit.***
297+
***The formula above is derived from Opta's analog input frontend circuit.***
298298

299299
```arduino
300300
void SensorRead() {

0 commit comments

Comments
 (0)