Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bastlerland patch 1 #215

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Layouts/G.inc
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
; PORT 0 | PORT 1 | PWM COM PWM LED
; P0 P1 P2 P3 P4 P5 P6 P7 | P0 P1 P2 P3 P4 P5 P6 P7 | inv inv side n
; ----------------------- | ----------------------- | -------------------------
; Bm Cm Am Vn __ RX __ __ | Ap Ac Bp Bc Cp Cc __ __ | no no high _
; Bm Cm Am Vn __ RX __ __ | Ap Ac Bp Bc Cp Cc __ __ | no no high __
;
;**** **** **** **** **** **** **** **** **** **** **** **** ****

PWM_ACTIVE_HIGH EQU 1 ; Pwm non-inverted
PWM_ACTIVE_HIGH EQU 0 ; Pwm non-inverted
COM_ACTIVE_HIGH EQU 1 ; Damping inverted

COMPARATOR_PORT EQU 0 ; All comparator (mux) pins must be on the same port
Expand Down
Loading