Speeduino
Loading...
Searching...
No Matches
page_crc.h
Go to the documentation of this file.
1#pragma once
2#include <Arduino.h>
3
4/*
5 * Calculates and returns the CRC32 value of a given page of memory
6 */
static TIntegral readSerialIntegralTimeout(void)
Reads an integral type, timing out if necessary.
Definition comms.cpp:173
uint32_t calculatePageCRC32(byte pageNum)
Definition page_crc.cpp:95