Tuned 300 baud settings

This commit is contained in:
Mark Qvist 2019-04-05 13:26:53 +02:00
parent 16e989c680
commit 1c2d1b484b
5 changed files with 25 additions and 69 deletions

View file

@ -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) {