Skip to content

fixed symbol used and mixed up ports - #6

Open
moeskerv wants to merge 2 commits into
raspberrypi:masterfrom
moeskerv:master
Open

fixed symbol used and mixed up ports#6
moeskerv wants to merge 2 commits into
raspberrypi:masterfrom
moeskerv:master

Conversation

@moeskerv

Copy link
Copy Markdown

While studying the code I observed some small issues in the code - none of them had functional impact but for clean-up and better readability it could make sense to check my changes.

Thanks a lot for this great stuff!
BR,
Volker

TCCR0A uses CS0x bits while CS1x bits belong to TCCR1B according to spec
this change is just for better readability, value of CS12 == CS02


Signed-off-by: Volker Moesker <moeskerv@gmail.com>
usage of PORTC/PORTB and LED_OE_N/FRAME_INT was mixed up
FRAME_INT is connected to PORTB
LED_OE_N is connected to PORTC

Signed-off-by: Volker Moesker <moeskerv@gmail.com>
@XECDesign

Copy link
Copy Markdown
Contributor

Thanks, will take a look when when I get a chance to work on sense hat stuff again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants