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.
Dependencies: mbed
Diff: Cube/Cube.h
- Revision:
- 5:54d3b36fec2c
- Parent:
- 4:759a5c34e239
- Child:
- 6:75031d14fc0d
--- a/Cube/Cube.h Fri Feb 22 19:05:28 2019 +0000 +++ b/Cube/Cube.h Fri Feb 22 19:15:50 2019 +0000 @@ -11,4 +11,5 @@ public: Cube(float x, float y, float z, float size); Face getFace(int index); + void rotateX(float angle); }; \ No newline at end of file