Library for TM1651 LED controller Initial version, Battery monitor

Dependents:   mbed_TM1651

See here for more information.

Files at this revision

API Documentation at this revision

Comitter:
wim
Date:
Wed Oct 04 20:38:36 2017 +0000
Parent:
0:68f5a3af8dc2
Commit message:
Minor Documentation fixes.

Changed in this revision

TM1651.cpp Show annotated file Show diff for this revision Revisions of this file
TM1651.h Show annotated file Show diff for this revision Revisions of this file
TM1651_Config.h Show annotated file Show diff for this revision Revisions of this file
--- a/TM1651.cpp	Wed Oct 04 19:54:30 2017 +0000
+++ b/TM1651.cpp	Wed Oct 04 20:38:36 2017 +0000
@@ -1,5 +1,5 @@
 /* mbed TM1651 Library, for TM1651 LED controller
- * Copyright (c) 2016, v01: WH, Initial version, Battery monitor
+ * Copyright (c) 2017, v01: WH, Initial version, Battery monitor
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
@@ -404,6 +404,7 @@
             break;
 
     default:
+            _displaybuffer[0] = 0;    
             break;
   }    
  
--- a/TM1651.h	Wed Oct 04 19:54:30 2017 +0000
+++ b/TM1651.h	Wed Oct 04 20:38:36 2017 +0000
@@ -1,5 +1,5 @@
 /* mbed TM1651 Library, for TM1651 LED controller
- * Copyright (c) 2016, v01: WH, Initial version, Battery monitor
+ * Copyright (c) 2017, v01: WH, Initial version, Battery monitor
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
@@ -363,13 +363,6 @@
      */
     void setLevel(Level level);
 
-   /** Clr Level
-     *
-     * @param Level level Enums Level has Grid position encoded in 8 MSBs, Pattern encoded in 16 LSBs
-     * @return none
-     */
-    void clrLevel(Level level);
-
 
    /** Write databyte to TM1651
      *  @param  char data byte written at given address
--- a/TM1651_Config.h	Wed Oct 04 19:54:30 2017 +0000
+++ b/TM1651_Config.h	Wed Oct 04 20:38:36 2017 +0000
@@ -1,5 +1,5 @@
 /* mbed TM1651 Library, for TM1651 LED controller
- * Copyright (c) 2016, v01: WH, Initial version, Battery monitor
+ * Copyright (c) 2017, v01: WH, Initial version, Battery monitor
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal