Skip to content

Commit

Permalink
add changes to CONFIGURATION.md
Browse files Browse the repository at this point in the history
  • Loading branch information
roryjamesallen committed Feb 8, 2024
1 parent 5989843 commit f88fda8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion software/CONFIGURATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ default configuration:
"display_height": 32,
"volts_per_octave": 1.0,
"max_output_voltage": 10,
"max_input_voltage": 12
"max_input_voltage": 12,
"gate_voltage": 5
}
```

Expand All @@ -29,3 +30,4 @@ default configuration:
The hardware is capable of 10V maximum
- `max_input_voltage` is an integer in the range `[0, 12]` indicating the maximum allowed voltage into the `ain` jack.
The hardware is capable of 12V maximum
- `gate_voltage` is an integer in the range `[0, 12]` indicating the voltage that an output will produce when `cvx.on()` is called

0 comments on commit f88fda8

Please sign in to comment.