Skip to content

Commit

Permalink
Rename Led into led
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-rabault committed Dec 14, 2023
1 parent 85e79a6 commit 13dcad1
Show file tree
Hide file tree
Showing 45 changed files with 207 additions and 207 deletions.
2 changes: 1 addition & 1 deletion Arduino/lib/Led/README.md → Arduino/lib/led/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ https://github.com/Luos-io/Examples/blob/master/LICENSE)
Driver for using an RGB LED in your projects with Luos.

# Link project
This driver is linked to the [LED project](../../Projects/Led).
This driver is linked to the [LED project](../../Projects/led).

[![](https://img.shields.io/discourse/topics?server=https%3A%2F%2Fcommunity.luos.io&logo=Discourse)](https://community.luos.io)
[![](https://img.shields.io/badge/Luos-Documentation-34A3B4)](https://docs.luos.io)
Expand Down
4 changes: 2 additions & 2 deletions Arduino/lib/Led/led.cpp → Arduino/lib/led/led.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/******************************************************************************
* @file Led
* @brief driver example a simple Led
* @file led
* @brief driver example a simple led
* @author Luos
* @version 0.0.0
******************************************************************************/
Expand Down
4 changes: 2 additions & 2 deletions NUCLEO-F401RE/lib/Led/led.h → Arduino/lib/led/led.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/******************************************************************************
* @file Led
* @brief driver example a simple Led
* @file led
* @brief driver example a simple led
* @author Luos
* @version 0.0.0
******************************************************************************/
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion Arduino/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ build_flags =
lib_deps =
luos/luos_engine@^3.0.0
luos/robus_network
Led
led
Blinker_App
luos/Pipe
luos/Gate
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
},
"licence": "MIT",
"dependencies": {
"luos_engine": "^3.0.0"
"luos_engine": "^3.0.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ https://github.com/Luos-io/Examples/blob/master/LICENSE)
Driver for using an RGB LED in your projects with Luos.

# Link project
This driver is linked to the [LED project](../../Projects/Led).
This driver is linked to the [LED project](../../Projects/led).

[![](https://img.shields.io/discourse/topics?server=https%3A%2F%2Fcommunity.luos.io&logo=Discourse)](https://community.luos.io)
[![](https://img.shields.io/badge/Luos-Documentation-34A3B4)](https://docs.luos.io)
Expand Down
4 changes: 2 additions & 2 deletions NUCLEO-F401RE/lib/Led/led.c → NUCLEO-F072RB/lib/led/led.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/******************************************************************************
* @file Led
* @brief driver example a simple Led
* @file led
* @brief driver example a simple led
* @author Luos
* @version 0.0.0
******************************************************************************/
Expand Down
4 changes: 2 additions & 2 deletions Arduino/lib/Led/led.h → NUCLEO-F072RB/lib/led/led.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/******************************************************************************
* @file Led
* @brief driver example a simple Led
* @file led
* @brief driver example a simple led
* @author Luos
* @version 0.0.0
******************************************************************************/
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion NUCLEO-F072RB/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ build_flags =
lib_deps =
luos/luos_engine@^3.0.0
luos/robus_network
Led
led
Blinker_App
luos/Pipe
luos/Gate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ https://github.com/Luos-io/Examples/blob/master/LICENSE)
Driver for using an RGB LED in your projects with Luos.

# Link project
This driver is linked to the [LED project](../../Projects/Led).
This driver is linked to the [LED project](../../Projects/led).

[![](https://img.shields.io/discourse/topics?server=https%3A%2F%2Fcommunity.luos.io&logo=Discourse)](https://community.luos.io)
[![](https://img.shields.io/badge/Luos-Documentation-34A3B4)](https://docs.luos.io)
Expand Down
4 changes: 2 additions & 2 deletions NUCLEO-F410RB/lib/Led/led.c → NUCLEO-F401RE/lib/led/led.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/******************************************************************************
* @file Led
* @brief driver example a simple Led
* @file led
* @brief driver example a simple led
* @author Luos
* @version 0.0.0
******************************************************************************/
Expand Down
4 changes: 2 additions & 2 deletions NUCLEO-F410RB/lib/Led/led.h → NUCLEO-F401RE/lib/led/led.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/******************************************************************************
* @file Led
* @brief driver example a simple Led
* @file led
* @brief driver example a simple led
* @author Luos
* @version 0.0.0
******************************************************************************/
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion NUCLEO-F401RE/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ build_flags =
lib_deps =
luos/luos_engine@^3.0.0
luos/robus_network
Led
led
Blinker_App
luos/Pipe
luos/Gate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ https://github.com/Luos-io/Examples/blob/master/LICENSE)
Driver for using an RGB LED in your projects with Luos.

# Link project
This driver is linked to the [LED project](../../Projects/Led).
This driver is linked to the [LED project](../../Projects/led).

[![](https://img.shields.io/discourse/topics?server=https%3A%2F%2Fcommunity.luos.io&logo=Discourse)](https://community.luos.io)
[![](https://img.shields.io/badge/Luos-Documentation-34A3B4)](https://docs.luos.io)
Expand Down
4 changes: 2 additions & 2 deletions NUCLEO-G431KB/lib/Led/led.c → NUCLEO-F410RB/lib/led/led.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/******************************************************************************
* @file Led
* @brief driver example a simple Led
* @file led
* @brief driver example a simple led
* @author Luos
* @version 0.0.0
******************************************************************************/
Expand Down
4 changes: 2 additions & 2 deletions NUCLEO-F072RB/lib/Led/led.h → NUCLEO-F410RB/lib/led/led.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/******************************************************************************
* @file Led
* @brief driver example a simple Led
* @file led
* @brief driver example a simple led
* @author Luos
* @version 0.0.0
******************************************************************************/
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion NUCLEO-F410RB/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ build_flags =
lib_deps =
luos/luos_engine@^3.0.0
luos/robus_network
Led
led
Blinker_App
luos/Pipe
luos/Gate
Expand Down
18 changes: 0 additions & 18 deletions NUCLEO-G431KB/lib/Led/README.md

This file was deleted.

26 changes: 0 additions & 26 deletions NUCLEO-G431KB/lib/Led/led.h

This file was deleted.

18 changes: 18 additions & 0 deletions NUCLEO-G431KB/lib/led/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<a href="https://luos.io"><img src="https://www.luos.io/wp-content/uploads/2020/03/Luos-color.png" alt="Luos logo" title="Luos" align="right" height="60" /></a>

[![](http://certified.luos.io)](https://luos.io)
[![](https://img.shields.io/github/license/Luos-io/Examples)](
https://github.com/Luos-io/Examples/blob/master/LICENSE)

[![](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Unleash%20electronic%20devices%20as%20microservices%20thanks%20to%20Luos&https://luos.io&via=Luos_io&hashtags=embeddedsystems,electronics,microservices,api)
[![](https://img.shields.io/badge/LinkedIn-Share-0077B5?style=social&logo=linkedin)](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgithub.com%2Fluos-io)

# LED driver
Driver for using an RGB LED in your projects with Luos.

# Link project
This driver is linked to the [LED project](../../Projects/led).

[![](https://img.shields.io/discourse/topics?server=https%3A%2F%2Fcommunity.luos.io&logo=Discourse)](https://community.luos.io)
[![](https://img.shields.io/badge/Luos-Documentation-34A3B4)](https://docs.luos.io)
[![](https://img.shields.io/badge/LinkedIn-Follow%20us-0077B5?style=flat&logo=linkedin)](https://www.linkedin.com/company/luos)
4 changes: 2 additions & 2 deletions NUCLEO-F072RB/lib/Led/led.c → NUCLEO-G431KB/lib/led/led.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/******************************************************************************
* @file Led
* @brief driver example a simple Led
* @file led
* @brief driver example a simple led
* @author Luos
* @version 0.0.0
******************************************************************************/
Expand Down
26 changes: 26 additions & 0 deletions NUCLEO-G431KB/lib/led/led.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
/******************************************************************************
* @file led
* @brief driver example a simple led
* @author Luos
* @version 0.0.0
******************************************************************************/
#ifndef LED_H
#define LED_H

#include "luos_engine.h"

/*******************************************************************************
* Definitions
******************************************************************************/

/*******************************************************************************
* Variables
******************************************************************************/

/*******************************************************************************
* Function
******************************************************************************/
void Led_Init(void);
void Led_Loop(void);

#endif /* LED_H */
File renamed without changes.
2 changes: 1 addition & 1 deletion NUCLEO-G431KB/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ build_flags =
lib_deps =
luos/luos_engine@^3.0.0
luos/robus_network
Led
led
Blinker_App
luos/Pipe
luos/Gate
Expand Down
18 changes: 0 additions & 18 deletions NUCLEO-L432KC/lib/Led/README.md

This file was deleted.

67 changes: 0 additions & 67 deletions NUCLEO-L432KC/lib/Led/led.c

This file was deleted.

26 changes: 0 additions & 26 deletions NUCLEO-L432KC/lib/Led/led.h

This file was deleted.

18 changes: 18 additions & 0 deletions NUCLEO-L432KC/lib/led/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<a href="https://luos.io"><img src="https://www.luos.io/wp-content/uploads/2020/03/Luos-color.png" alt="Luos logo" title="Luos" align="right" height="60" /></a>

[![](http://certified.luos.io)](https://luos.io)
[![](https://img.shields.io/github/license/Luos-io/Examples)](
https://github.com/Luos-io/Examples/blob/master/LICENSE)

[![](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Unleash%20electronic%20devices%20as%20microservices%20thanks%20to%20Luos&https://luos.io&via=Luos_io&hashtags=embeddedsystems,electronics,microservices,api)
[![](https://img.shields.io/badge/LinkedIn-Share-0077B5?style=social&logo=linkedin)](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgithub.com%2Fluos-io)

# LED driver
Driver for using an RGB LED in your projects with Luos.

# Link project
This driver is linked to the [LED project](../../Projects/led).

[![](https://img.shields.io/discourse/topics?server=https%3A%2F%2Fcommunity.luos.io&logo=Discourse)](https://community.luos.io)
[![](https://img.shields.io/badge/Luos-Documentation-34A3B4)](https://docs.luos.io)
[![](https://img.shields.io/badge/LinkedIn-Follow%20us-0077B5?style=flat&logo=linkedin)](https://www.linkedin.com/company/luos)
Loading

0 comments on commit 13dcad1

Please sign in to comment.