Copyright to Faure Systems

This commit is contained in:
fauresystems
2020-06-23 16:52:59 +02:00
parent 8ce6f00b47
commit ca26b3253c
29 changed files with 47 additions and 47 deletions
+4 -4
View File
@@ -23,7 +23,7 @@ The library comes with a number of example sketches. See **File > Examples > Ard
```csharp ```csharp
/* BlinkOnBridgeProp.ino /* BlinkOnBridgeProp.ino
MIT License (c) Marie Faure <dev at faure dot systems> MIT License (c) Faure Systems <dev at faure dot systems>
Adapt the Blink example (https://www.arduino.cc/en/tutorial/blink) as a Adapt the Blink example (https://www.arduino.cc/en/tutorial/blink) as a
simple MQTT prop. Avoid delay() calls (except short ones) in loop() to simple MQTT prop. Avoid delay() calls (except short ones) in loop() to
@@ -224,9 +224,9 @@ However, this can help in special cases.
```csharp ```csharp
/* /*
Name: BlinkOnBridgePubSub.ino Name: BlinkOnBridgePubSub.ino
Author: Marie Faure <dev at faure dot systems> Author: Faure Systems <dev at faure dot systems>
Editor: https://github.com/fauresystems Editor: https://github.com/fauresystems
License: MIT License (c) Marie Faure <dev at faure dot systems> License: MIT License (c) Faure Systems <dev at faure dot systems>
Adapt the Blink example (https://www.arduino.cc/en/tutorial/blink) as a Adapt the Blink example (https://www.arduino.cc/en/tutorial/blink) as a
simple MQTT prop with PubSubClient. simple MQTT prop with PubSubClient.
@@ -458,7 +458,7 @@ Global variables use 1013 bytes (39%) of dynamic memory, which leaves 1547 bytes
## Author ## Author
**Marie FAURE** (Nov 15th, 2019) **Faure Systems** (Nov 15th, 2019)
* company: FAURE SYSTEMS SAS * company: FAURE SYSTEMS SAS
* mail: *dev at faure dot systems* * mail: *dev at faure dot systems*
* github: <a href="https://github.com/fauresystems?tab=repositories" target="_blank">fauresystems</a> * github: <a href="https://github.com/fauresystems?tab=repositories" target="_blank">fauresystems</a>
+1 -1
View File
@@ -1,6 +1,6 @@
## MIT License ## MIT License
*Copyright (c) 2019 Marie Faure \<dev at faure dot systems\>* *Copyright (c) 2019 Faure Systems \<dev at faure dot systems\>*
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal
+1 -1
View File
@@ -268,7 +268,7 @@ See [EXAMPLES.md](EXAMPLES.md) for an adaptation of the Blink example (https://w
## Author ## Author
**Marie FAURE** (Apr 18th, 2020) **Faure Systems** (Apr 18th, 2020)
* company: FAURE SYSTEMS SAS * company: FAURE SYSTEMS SAS
* mail: *dev at faure dot systems* * mail: *dev at faure dot systems*
* github: <a href="https://github.com/fauresystems?tab=repositories" target="_blank">fauresystems</a> * github: <a href="https://github.com/fauresystems?tab=repositories" target="_blank">fauresystems</a>
@@ -1,5 +1,5 @@
/* BlinkOnBridgeProp.ino /* BlinkOnBridgeProp.ino
MIT License (c) Marie Faure <dev at faure dot systems> MIT License (c) Faure Systems <dev at faure dot systems>
Adapt the Blink example (https://www.arduino.cc/en/tutorial/blink) as a Adapt the Blink example (https://www.arduino.cc/en/tutorial/blink) as a
simple MQTT prop. Avoid delay() calls (except short ones) in loop() to simple MQTT prop. Avoid delay() calls (except short ones) in loop() to
@@ -1,5 +1,5 @@
/* BlinkOnBridgeProp.ino /* BlinkOnBridgeProp.ino
MIT License (c) Marie Faure <dev at faure dot systems> MIT License (c) Faure Systems <dev at faure dot systems>
Adapt the Blink example (https://www.arduino.cc/en/tutorial/blink) as a Adapt the Blink example (https://www.arduino.cc/en/tutorial/blink) as a
simple MQTT prop. Avoid delay() calls (except short ones) in loop() to simple MQTT prop. Avoid delay() calls (except short ones) in loop() to
@@ -1,5 +1,5 @@
/* BlinkOnBridgePubSub.ino /* BlinkOnBridgePubSub.ino
MIT License (c) Marie Faure <dev at faure dot systems> MIT License (c) Faure Systems <dev at faure dot systems>
Adapt the Blink example (https://www.arduino.cc/en/tutorial/blink) as a Adapt the Blink example (https://www.arduino.cc/en/tutorial/blink) as a
simple MQTT prop with PubSubClient. simple MQTT prop with PubSubClient.
@@ -1,5 +1,5 @@
/* BlinkOnEthernetProp.ino /* BlinkOnEthernetProp.ino
MIT License (c) Marie Faure <dev at faure dot systems> MIT License (c) Faure Systems <dev at faure dot systems>
Adapt the Blink example (https://www.arduino.cc/en/tutorial/blink) as a Adapt the Blink example (https://www.arduino.cc/en/tutorial/blink) as a
simple MQTT prop. Avoid delay() calls (except short ones) in loop() to simple MQTT prop. Avoid delay() calls (except short ones) in loop() to
+1 -1
View File
@@ -1,5 +1,5 @@
/* BlinkOnWifiProp.ino /* BlinkOnWifiProp.ino
MIT License (c) Marie Faure <dev at faure dot systems> MIT License (c) Faure Systems <dev at faure dot systems>
Adapt the Blink example (https://www.arduino.cc/en/tutorial/blink) as a Adapt the Blink example (https://www.arduino.cc/en/tutorial/blink) as a
simple MQTT prop. Avoid delay() calls (except short ones) in loop() to simple MQTT prop. Avoid delay() calls (except short ones) in loop() to
+1 -1
View File
@@ -357,7 +357,7 @@ To use other WiFi hardware compatible with any *<a href="https://github.com/knol
## Author ## Author
**Marie FAURE** (Oct 18th, 2019) **Faure Systems** (Oct 18th, 2019)
* company: FAURE SYSTEMS SAS * company: FAURE SYSTEMS SAS
* mail: *dev at faure dot systems* * mail: *dev at faure dot systems*
* github: <a href="https://github.com/fauresystems?tab=repositories" target="_blank">fauresystems</a> * github: <a href="https://github.com/fauresystems?tab=repositories" target="_blank">fauresystems</a>
+1 -1
View File
@@ -112,7 +112,7 @@ To use other WiFi hardware compatible with any *<a href="https://github.com/knol
## Author ## Author
**Marie FAURE** (Oct 18th, 2019) **Faure Systems** (Oct 18th, 2019)
* company: FAURE SYSTEMS SAS * company: FAURE SYSTEMS SAS
* mail: *dev at faure dot systems* * mail: *dev at faure dot systems*
* github: <a href="https://github.com/fauresystems?tab=repositories" target="_blank">fauresystems</a> * github: <a href="https://github.com/fauresystems?tab=repositories" target="_blank">fauresystems</a>
+1 -1
View File
@@ -65,7 +65,7 @@ For `send----()` methods see *<a href="https://github.com/xcape-io/ArduinoProps#
## Author ## Author
**Marie FAURE** (Oct 18th, 2019) **Faure Systems** (Oct 18th, 2019)
* company: FAURE SYSTEMS SAS * company: FAURE SYSTEMS SAS
* mail: *dev at faure dot systems* * mail: *dev at faure dot systems*
* github: <a href="https://github.com/fauresystems?tab=repositories" target="_blank">fauresystems</a> * github: <a href="https://github.com/fauresystems?tab=repositories" target="_blank">fauresystems</a>
+1 -1
View File
@@ -54,7 +54,7 @@ void loop()
## Author ## Author
**Marie FAURE** (Oct 18th, 2019) **Faure Systems** (Oct 18th, 2019)
* company: FAURE SYSTEMS SAS * company: FAURE SYSTEMS SAS
* mail: *dev at faure dot systems* * mail: *dev at faure dot systems*
* github: <a href="https://github.com/fauresystems?tab=repositories" target="_blank">fauresystems</a> * github: <a href="https://github.com/fauresystems?tab=repositories" target="_blank">fauresystems</a>
+1 -1
View File
@@ -73,7 +73,7 @@ if (clignoter.value()) {
## Author ## Author
**Marie FAURE** (Oct 18th, 2019) **Faure Systems** (Oct 18th, 2019)
* company: FAURE SYSTEMS SAS * company: FAURE SYSTEMS SAS
* mail: *dev at faure dot systems* * mail: *dev at faure dot systems*
* github: <a href="https://github.com/fauresystems?tab=repositories" target="_blank">fauresystems</a> * github: <a href="https://github.com/fauresystems?tab=repositories" target="_blank">fauresystems</a>
+1 -1
View File
@@ -51,7 +51,7 @@ Update process will take about a minute then you're done:
## Author ## Author
**Marie FAURE** (Nov 13th, 2019) **Faure Systems** (Nov 13th, 2019)
* company: FAURE SYSTEMS SAS * company: FAURE SYSTEMS SAS
* mail: *dev at faure dot systems* * mail: *dev at faure dot systems*
* github: <a href="https://github.com/fauresystems?tab=repositories" target="_blank">fauresystems</a> * github: <a href="https://github.com/fauresystems?tab=repositories" target="_blank">fauresystems</a>
+2 -2
View File
@@ -1,7 +1,7 @@
name=ArduinoProps name=ArduinoProps
version=1.0.0 version=1.0.0
author=Marie Faure author=Faure Systems
maintainer=Marie Faure <dev at faure dot systems> maintainer=Faure Systems <dev at faure dot systems>
sentence=ArduinoProps Library sentence=ArduinoProps Library
paragraph= paragraph=
category=Communication category=Communication
+2 -2
View File
@@ -1,8 +1,8 @@
/* /*
Name: ArduinoProps.h Name: ArduinoProps.h
Author: Marie Faure <dev at faure dot systems> Author: Faure Systems <dev at faure dot systems>
Editor: https://github.com/fauresystems Editor: https://github.com/fauresystems
License: MIT License (c) Marie Faure <dev at faure dot systems> License: MIT License (c) Faure Systems <dev at faure dot systems>
Library to make prop sketch for Escape Room 2.0 (connected prop). Library to make prop sketch for Escape Room 2.0 (connected prop).
*/ */
+2 -2
View File
@@ -1,8 +1,8 @@
/* /*
Name: ArduinoProps.h Name: ArduinoProps.h
Author: Marie Faure <dev at faure dot systems> Author: Faure Systems <dev at faure dot systems>
Editor: https://github.com/fauresystems Editor: https://github.com/fauresystems
License: MIT License (c) Marie Faure <dev at faure dot systems> License: MIT License (c) Faure Systems <dev at faure dot systems>
Library to make prop sketch for Escape Room 2.0 (connected prop). Library to make prop sketch for Escape Room 2.0 (connected prop).
*/ */
+2 -2
View File
@@ -1,8 +1,8 @@
/* /*
Name: BridgeProp.cpp Name: BridgeProp.cpp
Author: Marie Faure <dev at faure dot systems> Author: Faure Systems <dev at faure dot systems>
Editor: https://github.com/fauresystems Editor: https://github.com/fauresystems
License: MIT License (c) Marie Faure <dev at faure dot systems> License: MIT License (c) Faure Systems <dev at faure dot systems>
Prop for Arduino Yun and Dragino Yun shield. Prop for Arduino Yun and Dragino Yun shield.
*/ */
+2 -2
View File
@@ -1,8 +1,8 @@
/* /*
Name: BridgeProp.h Name: BridgeProp.h
Author: Marie Faure <dev at faure dot systems> Author: Faure Systems <dev at faure dot systems>
Editor: https://github.com/fauresystems Editor: https://github.com/fauresystems
License: MIT License (c) Marie Faure <dev at faure dot systems> License: MIT License (c) Faure Systems <dev at faure dot systems>
Prop for Arduino Yun and Dragino Yun shield. Prop for Arduino Yun and Dragino Yun shield.
*/ */
+2 -2
View File
@@ -1,8 +1,8 @@
/* /*
Name: EthernetProp.cpp Name: EthernetProp.cpp
Author: Marie Faure <dev at faure dot systems> Author: Faure Systems <dev at faure dot systems>
Editor: https://github.com/fauresystems Editor: https://github.com/fauresystems
License: MIT License (c) Marie Faure <dev at faure dot systems> License: MIT License (c) Faure Systems <dev at faure dot systems>
Prop for Arduino with Ethernet shield. Prop for Arduino with Ethernet shield.
*/ */
+2 -2
View File
@@ -1,8 +1,8 @@
/* /*
Name: EthernetProp.h Name: EthernetProp.h
Author: Marie Faure <dev at faure dot systems> Author: Faure Systems <dev at faure dot systems>
Editor: https://github.com/fauresystems Editor: https://github.com/fauresystems
License: MIT License (c) Marie Faure <dev at faure dot systems> License: MIT License (c) Faure Systems <dev at faure dot systems>
Prop for Arduino with Ethernet shield. Prop for Arduino with Ethernet shield.
*/ */
+2 -2
View File
@@ -1,8 +1,8 @@
/* /*
Name: Prop.cpp Name: Prop.cpp
Author: Marie Faure <dev at faure dot systems> Author: Faure Systems <dev at faure dot systems>
Editor: https://github.com/fauresystems Editor: https://github.com/fauresystems
License: MIT License (c) Marie Faure <dev at faure dot systems> License: MIT License (c) Faure Systems <dev at faure dot systems>
Base class to make prop sketch for Escape Room 2.0 (connected). Base class to make prop sketch for Escape Room 2.0 (connected).
*/ */
+2 -2
View File
@@ -1,8 +1,8 @@
/* /*
Name: Prop.h Name: Prop.h
Author: Marie Faure <dev at faure dot systems> Author: Faure Systems <dev at faure dot systems>
Editor: https://github.com/fauresystems Editor: https://github.com/fauresystems
License: MIT License (c) Marie Faure <dev at faure dot systems> License: MIT License (c) Faure Systems <dev at faure dot systems>
Base class to make prop sketch for Escape Room 2.0 (connected). Base class to make prop sketch for Escape Room 2.0 (connected).
*/ */
+2 -2
View File
@@ -1,8 +1,8 @@
/* /*
Name: PropAction.h Name: PropAction.h
Author: Marie Faure <dev at faure dot systems> Author: Faure Systems <dev at faure dot systems>
Editor: https://github.com/fauresystems Editor: https://github.com/fauresystems
License: MIT License (c) Marie Faure <dev at faure dot systems> License: MIT License (c) Faure Systems <dev at faure dot systems>
Provide an easy way of triggering functions at a set _interval. Provide an easy way of triggering functions at a set _interval.
*/ */
+2 -2
View File
@@ -1,8 +1,8 @@
/* /*
Name: PropAction.h Name: PropAction.h
Author: Marie Faure <dev at faure dot systems> Author: Faure Systems <dev at faure dot systems>
Editor: https://github.com/fauresystems Editor: https://github.com/fauresystems
License: MIT License (c) Marie Faure <dev at faure dot systems> License: MIT License (c) Faure Systems <dev at faure dot systems>
Provide an easy way of triggering functions at a set interval. Provide an easy way of triggering functions at a set interval.
*/ */
+2 -2
View File
@@ -1,8 +1,8 @@
/* /*
Name: PropData.cpp Name: PropData.cpp
Author: Marie Faure <dev at faure dot systems> Author: Faure Systems <dev at faure dot systems>
Editor: https://github.com/fauresystems Editor: https://github.com/fauresystems
License: MIT License (c) Marie Faure <dev at faure dot systems> License: MIT License (c) Faure Systems <dev at faure dot systems>
Variable wrapper for connected prop. Variable wrapper for connected prop.
*/ */
+2 -2
View File
@@ -1,8 +1,8 @@
/* /*
Name: PropData.h Name: PropData.h
Author: Marie Faure <dev at faure dot systems> Author: Faure Systems <dev at faure dot systems>
Editor: https://github.com/fauresystems Editor: https://github.com/fauresystems
License: MIT License (c) Marie Faure <dev at faure dot systems> License: MIT License (c) Faure Systems <dev at faure dot systems>
Variable wrapper for connected prop. Variable wrapper for connected prop.
*/ */
+2 -2
View File
@@ -1,8 +1,8 @@
/* /*
Name: WifiProp.cpp Name: WifiProp.cpp
Author: Marie Faure <dev at faure dot systems> Author: Faure Systems <dev at faure dot systems>
Editor: https://github.com/fauresystems Editor: https://github.com/fauresystems
License: MIT License (c) Marie Faure <dev at faure dot systems> License: MIT License (c) Faure Systems <dev at faure dot systems>
Prop for Arduino with WiFiNINA. Prop for Arduino with WiFiNINA.
*/ */
+2 -2
View File
@@ -1,8 +1,8 @@
/* /*
Name: WifiProp.h Name: WifiProp.h
Author: Marie Faure <dev at faure dot systems> Author: Faure Systems <dev at faure dot systems>
Editor: https://github.com/fauresystems Editor: https://github.com/fauresystems
License: MIT License (c) Marie Faure <dev at faure dot systems> License: MIT License (c) Faure Systems <dev at faure dot systems>
Prop for Arduino with WiFiNINA. Prop for Arduino with WiFiNINA.
*/ */