1
0
mirror of https://github.com/whowechina/popn_pico.git synced 2024-11-13 18:20:46 +01:00

Remove emails from src

This commit is contained in:
whowechina 2022-09-12 16:06:13 +08:00
parent a71449e42f
commit fc9af55f3d
5 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
/* /*
* Pico Popn Controller Buttons * Pico Popn Controller Buttons
* WHowe <whowe@gmail.com> * WHowe <github.com/whowechina>
* *
* A button consists of a switch and an LED * A button consists of a switch and an LED
*/ */

View File

@ -1,6 +1,6 @@
/* /*
* Pico Popn Controller Buttons * Pico Popn Controller Buttons
* WHowe <whowe@gmail.com> * WHowe <github.com/whowechina>
*/ */
#ifndef BUTTONS_H #ifndef BUTTONS_H

View File

@ -1,6 +1,6 @@
/* /*
* Pico Popn Controller Main * Pico Popn Controller Main
* WHowe <whowe@gmail.com> * WHowe <github.com/whowechina>
*/ */
#include <stdint.h> #include <stdint.h>

View File

@ -1,6 +1,6 @@
/* /*
* Pico Popn Controller Buttons * Pico Popn Controller Buttons
* WHowe <whowe@gmail.com> * WHowe <github.com/whowechina>
* *
* A button consists of a switch and an LED * A button consists of a switch and an LED
*/ */

View File

@ -1,6 +1,6 @@
/* /*
* Pico Popn Controller Buttons * Pico Popn Controller Buttons
* WHowe <whowechina@github> * WHowe <github.com/whowechina>
*/ */
#ifndef RGB_H #ifndef RGB_H