Skip to content

Commit a3889ab

Browse files
committed
adding comment
1 parent 3331ef6 commit a3889ab

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

mdb-master-esp32/main/mdb-master-esp32.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
* mdb-master-esp32.c - Vending machine controller
3+
*
4+
* Written by Leonardo Soares <leonardobsi@gmail.com>
5+
*
6+
*/
7+
18
#include <stdio.h>
29
#include <math.h>
310

mdb-slave-esp32s3/main/mdb-slave-esp32s3.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
* mdb-slave-esp32.c - Vending machine peripheral
3+
*
4+
* Written by Leonardo Soares <leonardobsi@gmail.com>
5+
*
6+
*/
7+
18
#include <stdio.h>
29
#include <string.h>
310
#include <math.h>

0 commit comments

Comments
 (0)