Rodrigo Miguez / Mbed 2 deprecated i2c_acelerometro

Dependencies:   BLE_API mbed nRF51822 circular_buffer

Vector.h

Committer:
agufal
Date:
2016-05-25
Revision:
13:e4c3b3e00e3d
Parent:
9:3708b94b2312

File content as of revision 13:e4c3b3e00e3d:

#ifndef VECTOR_H
#define VECTOR_H

struct Vector {
    int x;
    int y;
    int z;    
};

#endif // #ifndef VECTOR_H