JM9 XRCU Board 0.1.3a
Libraries API Reference
Loading...
Searching...
No Matches
JM9_packer Class Reference

JM9 UART packet packer. More...

#include <Jason.h>

Inheritance diagram for JM9_packer:

Public Member Functions

 JM9_packer (HardwareSerial &init_uart, const uint8_t init_start_byte)
 Creates a packer.
 

Detailed Description

JM9 UART packet packer.

This packer can pack data into packets and send the packets through a UART bus.

Deprecated
Use Serial_packer instead.
Author
YH Choi @ JM9

Constructor & Destructor Documentation

◆ JM9_packer()

JM9_packer::JM9_packer ( HardwareSerial & init_uart,
const uint8_t init_start_byte )

Creates a packer.

Parameters
init_uartthe UART object to write this packet to
init_start_bytethe start byte of each packet

The documentation for this class was generated from the following files: