1
0
mirror of https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter synced 2024-11-21 08:35:05 -05:00

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

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);
}