exaples/softuart: add basic example for softuart

This commit is contained in:
Bernhard Guillon 2016-12-04 12:06:35 +01:00
parent cd43eb4311
commit 5192f73183
3 changed files with 57 additions and 0 deletions

View file

@ -0,0 +1,4 @@
PROGRAM = softuart
EXTRA_COMPONENTS = extras/softuart
ESPBAUD = 460800
include ../../common.mk