Merge pull request 'Commit cambio de nombre' (#3) from cambio-nombre into main

Reviewed-on: https://git.fisionx.mooo.com/FisionX/Micromouse/pulls/3
This commit is contained in:
Fernando 2024-07-26 19:26:02 -06:00
commit 07895f7cea
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 "esp32-hal-gpio.h"
#include "mm.hpp" /* Archivos header ubicados en include/ */
#include "mm.h" /* Archivos header ubicados en include/ */
void m1handler();
void m2handler();