Dash7Board Code Upgrade Protocol demonstration code.

Dependencies:   modem_ref_helper CRC

Committer:
Jeej
Date:
Thu May 28 09:11:58 2020 +0000
Revision:
8:6b7d38139b43
Updated for v5.3.283.

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__