Compare commits

..

3 Commits

Author SHA1 Message Date
Thomas Klaehn
c8941003bb Add button application 2020-04-26 08:57:43 +02:00
Thomas Klaehn
5f6e468c8e Use gpio event driver in gpio driver 2020-04-26 08:57:13 +02:00
Thomas Klaehn
df0e302bf8 Add gpio event driver 2020-04-26 08:55:44 +02:00

3
.vscode/tasks.json vendored
View File

@ -2,8 +2,7 @@
"version": "2.0.0",
"options": {
"env": {
// "APPLICATION": "blinky",
"APPLICATION": "button",
"APPLICATION": "blinky",
// "APPLICATION": "spi",
// "APPLICATION": "st7789_lcd",
},