Skip to content
Snippets Groups Projects
Commit b4bb06dc authored by Markus Joos's avatar Markus Joos
Browse files
parents 75c60164 72fdaebb
No related branches found
No related tags found
No related merge requests found
:00000001FF
This diff is collapsed.
......@@ -29,8 +29,9 @@ int main(void){
float ltc2990_value;
DDRA = 0xFF; // Port A: Hardware address
PORTA = 0x00; // (Default value: x"00")
// Port A: Hardware address
DDRA = 0xFF; // Default pin mode: input
PORTA = 0xFF; // Default value: x"FF"
DDRB = 0x61; // Port B: AMC management signals
PORTB = 0x61; // (Default: PS1 in input mode (not connected), MP/PWR good to '1')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment