mirror of
https://github.com/Spritetm/minimacplus.git
synced 2025-01-15 15:30:13 +00:00
Slightly larger delay
This commit is contained in:
parent
cca0d7fbbe
commit
1ea57a1541
@ -15,7 +15,7 @@
|
||||
#define ADNS_CS 22
|
||||
|
||||
//#define DELAY() asm("nop; nop; nop; nop;nop; nop; nop; nop;nop; nop; nop; nop;nop; nop; nop; nop;")
|
||||
#define DELAY() ets_delay_us(10);
|
||||
#define DELAY() ets_delay_us(20);
|
||||
|
||||
static void adnsWrite(int adr, int val) {
|
||||
int data=((adr|0x80)<<8)|val;
|
||||
|
Loading…
x
Reference in New Issue
Block a user