#include "system.h"
#include "i2c.h"
#include "hmc5883l.h"
#include "led.h"
#include "vcp.h"
#include "printf.h"
Go to the source code of this file.
Functions | |
static void | _putc (void *p, char c) |
int | main () |
Variables | |
VCP * | uartPtr = NULL |
|
static |
Definition at line 41 of file airbourne/airbourne/examples/i2c_mag/main.cpp.
int main | ( | void | ) |
Definition at line 47 of file airbourne/airbourne/examples/i2c_mag/main.cpp.
Definition at line 39 of file airbourne/airbourne/examples/i2c_mag/main.cpp.