mirror of
https://github.com/cnlohr/lolra.git
synced 2026-06-17 00:09:31 +00:00
Add CH32V203 support.
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
// XXX TODO: Play with high bits of ADC control to see if there's a gain cicuit.
|
||||
// XXX TODO: Try to see if there is a way to tightly control Q, right now it's kinda random.
|
||||
// XXX TODO: It looks like our loop can exit early - or more specifically we can "wrap around" our data because adc may not be == because it is skipping numbers
|
||||
/**
|
||||
|
||||
MIT-like-non-ai-license
|
||||
|
||||
@@ -48,7 +48,7 @@ function computeTable()
|
||||
else if( mode == 2 )
|
||||
contents += DrawSpan( 2, freq * (h+.25), target, true );
|
||||
else if( mode == 3 )
|
||||
contents += DrawSpan( 2, freq + (h+ 0.5), target, true );
|
||||
contents += DrawSpan( 2, freq * (h+0.5), target, true );
|
||||
|
||||
}
|
||||
contents += "</TD>";
|
||||
|
||||
Reference in New Issue
Block a user