Update temp.ino

This commit is contained in:
Jarno Lehtinen 2018-12-07 14:33:59 +02:00 committed by GitHub
parent ffad53f268
commit 564265000f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -118,6 +118,6 @@ void loop() {
GPIOR0 = joy1; GPIOR1 = joy2;
PORTB = *ptr; // is this atomic? probably, because ptr is 6-bit ptr?
PORTB = *ptr; // is this atomic? probably, because ptr is 6-bit pointer?
//delayMicroseconds(10);
}