Section Name | Description |
---|---|
Command name | Name of command as per datasheet |
Opcode | Byte array with the command’s opcode (generally 1 byte hex value for I2C or SPI, or a char string for AT commands devices) |
Delay | Delay for the commands in ms - between write and read |
Arguments | List of arguments accepted by command |
Expected results | List of expected results of the command |
Description | Description of command |