wayne roberts / Mbed OS i2c_slave_block_example

Dependencies:   lib_i2c_slave_block

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers cmds.c Source File

cmds.c

00001 #include <stdint.h>
00002 #include "cmds.h"
00003 
00004 const uint8_t cmd_to_length[] =
00005 {
00006     /* 0x00 CMD_TEST3   */ 3,
00007     /* 0x01 CMD_TEST12  */ 12,
00008     /* 0x02 CMD_TEST32  */ 32,
00009     /* 0x03 CMD_IRQ     */ sizeof(irq_t),
00010     /* 0x04 CMD_BUFFER  */ 32
00011 };