Set of Files to enable some Arduino examples.

Dependents:   TFT_Touch_botao_v1 TFT_Touch_exemplo5_git_touch TESTE_1 TFT_Touch_exemplo6_git_touch_button_3_

Committer:
davidprentice
Date:
Tue May 11 16:24:13 2021 +0000
Revision:
2:81364824d56a
Parent:
1:9261d641453c
add includes, typedef byte

Who changed what in which revision?

UserRevisionLine numberNew contents of line
davidprentice 0:5952bbaff1c6 1 #ifndef _WPROGRAM_H
davidprentice 0:5952bbaff1c6 2 #define _WPROGRAM_H
davidprentice 0:5952bbaff1c6 3
davidprentice 0:5952bbaff1c6 4 #define ARDUINO 100
davidprentice 0:5952bbaff1c6 5 #include "Arduino.h"
davidprentice 1:9261d641453c 6
davidprentice 0:5952bbaff1c6 7 #endif