Compare commits

..

No commits in common. "9a7e2ea96d31f397297ea22ff7ef2ef5a2d19c61" and "1501a7c49237b6879ff72497c911df4f5a478647" have entirely different histories.

2 changed files with 1 additions and 1 deletions

0
include/mm.h → include/mm.hpp Normal file → Executable file
View File

View 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();