Teacher version

Dependencies:   mbed lib_workshop_2019

includes/test_compass.h

Committer:
gvaquette
Date:
2019-10-23
Revision:
1:7a8764e627b5

File content as of revision 1:7a8764e627b5:

/**
 * @author geoffrey Vaquette
 *
 * @section DESCRIPTION
 *
 * Testing value from ultrasonic sensors on robot
 *
 */
 
#ifndef COMPASS_H
#define COMPASS_H

#include "mbed.h"
#include "CMPS03.h"

void ft_print_compass_values(CMPS03 &compass , Serial &pc);

#endif /*COMPASS_H*/