Wii Nunchuk module with nasty hacks from debugging on a FRDM-KL25Z

Fork of WiiChuk_compat by Greg Brush

Revision:
3:2431ea9893be
Parent:
2:566662f892b1
--- a/WiiChuk_compat.hpp	Mon Jun 08 19:53:32 2015 +0000
+++ b/WiiChuk_compat.hpp	Sat Jun 25 07:19:32 2016 +0000
@@ -60,6 +60,7 @@
 struct nunchuk {
   uint8_t X, Y, Z, C;
   uint16_t aX, aY, aZ;
+  uint8_t sum;
 };
 
 class WiiChuck {