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

Revision:
5:0bb6aa206b86
Parent:
4:61198ffab8ca
--- 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
  */