Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
constants.h@9:2f23704d4a47, 2015-05-11 (annotated)
- 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?
| User | Revision | Line number | New 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 |