Compare commits

..

2 Commits

2 changed files with 1 additions and 1 deletions

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

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