mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
add define RANDOM_REG32 ESP8266_DREG(0x20E44)
This commit is contained in:
parent
1368a82a82
commit
02e22b38cb
@ -834,4 +834,10 @@ extern uint8_t esp8266_gpioToFn[16];
|
|||||||
#define I2STXCMM (0x7) //I2S_TX_CHAN_MOD
|
#define I2STXCMM (0x7) //I2S_TX_CHAN_MOD
|
||||||
#define I2STXCM (0) //I2S_TX_CHAN_MOD_S
|
#define I2STXCM (0) //I2S_TX_CHAN_MOD_S
|
||||||
|
|
||||||
|
/**
|
||||||
|
Random Number Generator 32bit
|
||||||
|
http://esp8266-re.foogod.com/wiki/Random_Number_Generator
|
||||||
|
**/
|
||||||
|
#define RANDOM_REG32 ESP8266_DREG(0x20E44)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user