Touchscreen digit recognition.

Dependencies:   mbed TFT_fonts SPI_TFT_ILI9341 Adafruit_GFX FT6206 MMA8451Q

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers orientation.hpp Source File

orientation.hpp

00001 #pragma once
00002 
00003 #include "MMA8451Q.h"
00004 
00005 extern MMA8451Q acc;
00006 
00007 const int LANDSCAPE = 1;
00008 const int PORTRAIT = 0;
00009 
00010 int get_orientation();