-
Notifications
You must be signed in to change notification settings - Fork 629
Open
Description
Im tryna implement wifi functionality for esp8266 in rust..
can you help me with some registers and peripherals
- MAC control register
- TX buffer base
eg.
const WIFI_MAC_CTRL: *mut u32 = 0x6900000 as *mut u32;
const WIFI_TX_BUFFER: *mut u32 = 0x16900000 as *mut u32;Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels