A library for interfacing with the SN74HC595N Shift register. Includes functions for writing bits, bytes, animation and bits at spesified positions.

Files at this revision

API Documentation at this revision

Comitter:
benrammok
Date:
Thu Jan 14 22:14:40 2016 +0000
Parent:
4:61198ffab8ca
Commit message:
Redone docs

Changed in this revision

ShiftOut.h Show annotated file Show diff for this revision Revisions of this file
--- a/ShiftOut.h	Thu Jan 14 22:08:59 2016 +0000
+++ b/ShiftOut.h	Thu Jan 14 22:14:40 2016 +0000
@@ -36,8 +36,7 @@
  *     reg.writeByte(0x30);
  *     wait(2);
  *    }
- * }
- *@endcode
+ * }@endcode
  */
 
 class ShiftOut
@@ -121,7 +120,7 @@
 void animationExample(void);
 
 /**
- *   Writes to the desired state to the output on the shift register
+ *   Writes the desired state to the output on the shift register
  *   @param  char output, state
  */