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 15:59:11 2021 +0000
Revision:
1:9261d641453c
Parent:
0:5952bbaff1c6
tidy WProgram.h, Arduino.h

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