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.
Dependents: YATTT sd_map_test cPong SnowDemo ... more
PokittoLib
Library for programming Pokitto hardware
How to Use
- Import this library to online compiler (see button "import" on the right hand side
- DO NOT import mbed-src anymore, a better version is now included inside PokittoLib
- Change My_settings.h according to your project
- Start coding!
Revision 15:aa06c514ace4, committed 2017-10-20
- Comitter:
- Pokitto
- Date:
- Fri Oct 20 19:04:26 2017 +0000
- Parent:
- 14:4e87bb59b13b
- Child:
- 16:6c352e63d59e
- Commit message:
- Testing commenting
Changed in this revision
| POKITTO_CORE/PokittoBacklight.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/POKITTO_CORE/PokittoBacklight.h Thu Oct 19 10:43:20 2017 +0000
+++ b/POKITTO_CORE/PokittoBacklight.h Fri Oct 20 19:04:26 2017 +0000
@@ -40,6 +40,9 @@
#include <stdint.h>
namespace Pokitto {
+/** This class controls the backlight of the Pokitto LCD display
+ *
+ */
class Backlight {
public:
static void begin();