Compare commits
No commits in common. "07895f7cea5da6a6937c74d2b50fc9f376b278ae" and "0c1669d8dbf972494d170c020d096a310836f85a" have entirely different histories.
07895f7cea
...
0c1669d8db
0
include/mm.h → include/mm.hpp
Normal file → Executable file
0
include/mm.h → include/mm.hpp
Normal file → Executable file
|
|
@ -1,6 +1,6 @@
|
||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
#include "esp32-hal-gpio.h"
|
#include "esp32-hal-gpio.h"
|
||||||
#include "mm.h" /* Archivos header ubicados en include/ */
|
#include "mm.hpp" /* Archivos header ubicados en include/ */
|
||||||
|
|
||||||
void m1handler();
|
void m1handler();
|
||||||
void m2handler();
|
void m2handler();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user