mirror of
https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter
synced 2025-02-16 07:00:13 -05:00
Update temp.ino
This commit is contained in:
parent
ffad53f268
commit
564265000f
@ -118,6 +118,6 @@ void loop() {
|
|||||||
|
|
||||||
GPIOR0 = joy1; GPIOR1 = joy2;
|
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);
|
//delayMicroseconds(10);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user