pub fn store_page<'a>(
address: impl Into<Address>,
data: impl Into<&'a DataPage>,
)Expand description
Store a whole page into program memory by erasing the page, filling the buffer,
and writing the buffer to the program memory.
address must be page aligned.