Martin Deng / Mbed 2 deprecated mbed_shapedriver

Dependencies:   mbed

Committer:
martydd3
Date:
Mon May 11 19:11:56 2015 +0000
Revision:
9:2f23704d4a47
Parent:
0:b654a906fb40
5/11/2015

Who changed what in which revision?

UserRevisionLine numberNew contents of line
martydd3 0:b654a906fb40 1 #ifndef CONSTANTS
martydd3 0:b654a906fb40 2 #define CONSTANTS
martydd3 0:b654a906fb40 3
martydd3 0:b654a906fb40 4 #define WIDTH 16
martydd3 0:b654a906fb40 5 #define SLICES 360
martydd3 0:b654a906fb40 6 #define HEIGHT 8
martydd3 0:b654a906fb40 7
martydd3 0:b654a906fb40 8 #define M_PI 3.14159265358979323846
martydd3 0:b654a906fb40 9
martydd3 0:b654a906fb40 10 #endif