#include <bootloader.h>
Public Member Functions | |
| constexpr | bootloader (uint8_t target, uint8_t cmd) |
Public Attributes | |
| uint8_t | cmd |
| uint8_t | header |
| uint8_t | target |
Definition at line 5 of file bootloader.h.
| constexpr bootloader::bootloader | ( | uint8_t | target, |
| uint8_t | cmd | ||
| ) | [inline] |
Definition at line 7 of file bootloader.h.
| uint8_t bootloader::cmd |
Definition at line 18 of file bootloader.h.
| uint8_t bootloader::header |
Definition at line 16 of file bootloader.h.
| uint8_t bootloader::target |
Definition at line 17 of file bootloader.h.