1
0
Fork 0
mirror of synced 2025-07-04 20:37:04 +02:00

Sync triple-a library.

This commit is contained in:
Mika Tuupola 2012-01-13 23:28:32 +02:00
parent b442556dd0
commit 7733eee103
17 changed files with 333 additions and 974 deletions

View file

@ -73,7 +73,7 @@ int main(void) {
digital_write(SS, LOW);
digital_write(SS, HIGH);
_delay_ms(500);
_delay_ms(50);
}
return 0;