Compare commits
2 Commits
0c1669d8db
...
07895f7cea
| Author | SHA1 | Date | |
|---|---|---|---|
| 07895f7cea | |||
| b96502c071 |
0
include/mm.hpp → include/mm.h
Executable file → Normal file
0
include/mm.hpp → include/mm.h
Executable file → Normal file
|
|
@ -1,6 +1,6 @@
|
||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
#include "esp32-hal-gpio.h"
|
#include "esp32-hal-gpio.h"
|
||||||
#include "mm.hpp" /* Archivos header ubicados en include/ */
|
#include "mm.h" /* Archivos header ubicados en include/ */
|
||||||
|
|
||||||
void m1handler();
|
void m1handler();
|
||||||
void m2handler();
|
void m2handler();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user