bouncing_ball backend

Fork of bouncing_ball by Stephen Licht

Files at this revision

API Documentation at this revision

Comitter:
Eric_Rupert
Date:
Thu Nov 09 14:37:44 2017 +0000
Parent:
5:17aa521aaa2f
Commit message:
Added header comment. Includes bug fixes (moves ball off wall after bounce and reset_upside_down is public)

Changed in this revision

bouncing_ball.h Show annotated file Show diff for this revision Revisions of this file
--- a/bouncing_ball.h	Thu Nov 09 14:35:57 2017 +0000
+++ b/bouncing_ball.h	Thu Nov 09 14:37:44 2017 +0000
@@ -4,6 +4,7 @@
 
 /*
 Modified by Eric Rupert, 11/7/2017-11/9/2017
+
 */
 
 #include "mbed.h"