Compare commits
No commits in common. "9a7e2ea96d31f397297ea22ff7ef2ef5a2d19c61" and "1501a7c49237b6879ff72497c911df4f5a478647" have entirely different histories.
9a7e2ea96d
...
1501a7c492
0
include/mm.h → include/mm.hpp
Normal file → Executable file
0
include/mm.h → include/mm.hpp
Normal file → Executable file
|
|
@ -1,7 +1,7 @@
|
|||
#include <Arduino.h>
|
||||
#include "esp32-hal-gpio.h"
|
||||
#include "mm.hpp" /* Archivos header ubicados en include/ */
|
||||
#include <api.h>
|
||||
#include "mm.h" /* Archivos header ubicados en include/ */
|
||||
|
||||
void m1handler();
|
||||
void m2handler();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user