Touchscreen digit recognition.

Dependencies:   mbed TFT_fonts SPI_TFT_ILI9341 Adafruit_GFX FT6206 MMA8451Q

orientation.hpp

Committer:
atomicle
Date:
2020-01-17
Revision:
2:1ab6ba7c2c90

File content as of revision 2:1ab6ba7c2c90:

#pragma once

#include "MMA8451Q.h"

extern MMA8451Q acc;

const int LANDSCAPE = 1;
const int PORTRAIT = 0;

int get_orientation();