|
Contiki 3.x
|
adapted from Battery and Temperature IPv6 Demo for Zolertia Z1More...
#include <stdio.h>#include <stdlib.h>#include "contiki.h"#include "store.h"#include "net/ipv6/uip-ds6.h"#include "readings.pb.h"#include "settings.pb.h"Go to the source code of this file.
Functions | |
| static void | dump_buffer (uint8_t *buffer, uint8_t len) |
| Dump a binary buffer over serial as a hex line. More... | |
adapted from Battery and Temperature IPv6 Demo for Zolertia Z1
Definition in file serial-dumper.c.
|
static |
Dump a binary buffer over serial as a hex line.
| buffer | The buffer to print |
| len | The length of the buffer |
Definition at line 79 of file serial-dumper.c.
1.8.6