mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-05-14 20:32:23 -04:00
Tuned 300 baud settings
This commit is contained in:
parent
16e989c680
commit
1c2d1b484b
5 changed files with 25 additions and 69 deletions
|
@ -19,7 +19,7 @@ void VREF_init(void) {
|
|||
|
||||
void vref_setADC(uint8_t value) {
|
||||
config_input_gain = value;
|
||||
OCR2A = config_input_gain;
|
||||
OCR2A = 0xFF - config_input_gain;
|
||||
}
|
||||
|
||||
void vref_setDAC(uint8_t value) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue