Skip to content
GitLab
Explore
Sign in
Register
Changes
Page history
Update LED Driver
authored
Apr 21, 2022
by
Alberto Nidasio
Show whitespace changes
Inline
Side-by-side
LED-Driver.md
View page @
2d903f32
...
...
@@ -175,7 +175,7 @@ To write a program that uses this driver, an entrypoint is needed as before: in
* THE SOFTWARE.
*/
#include
<
Common
.h>
#include
<
miosix
.h>
#include
<drivers/led/SimpleLed.h>
using
namespace
miosix
;
...
...