PokittoLib is the library needed for programming the Pokitto DIY game console (www.pokitto.com)

Revision:
15:aa06c514ace4
Parent:
0:e8b8f36b4505
--- 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();