
This project is a DIY mbed version of your favorite childhood game
Dependencies: mbed 4DGL-uLCD-SE LCD_fonts SDFileSystem MMA8452
CursorController.cpp
- Committer:
- aklaussen
- Date:
- 2019-04-14
- Revision:
- 0:bce994168592
File content as of revision 0:bce994168592:
#include "CursorController.h" int CursorController::getX(){ return (int)(XPot * 128); } int CursorController::getY(){ return (int)(YPot * 128); }