Dash7Board Code Upgrade Protocol demonstration code.

Dependencies:   modem_ref_helper CRC

Committer:
Jeej
Date:
Fri Feb 19 11:00:25 2021 +0000
Revision:
9:d110f2b86831
Parent:
8:6b7d38139b43
v2.0.0

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Jeej 8:6b7d38139b43 1 #ifndef __CUP_APP_H__
Jeej 8:6b7d38139b43 2 #define __CUP_APP_H__
Jeej 8:6b7d38139b43 3
Jeej 8:6b7d38139b43 4 uint8_t cup_cfg_bcast_init(void);
Jeej 8:6b7d38139b43 5 uint8_t cup_cfg_bcast_update(uint32_t offset, uint32_t plen);
Jeej 8:6b7d38139b43 6
Jeej 8:6b7d38139b43 7 #endif // __CUP_APP_H__