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
/* 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
simple MQTT prop. Avoid delay() calls (except short ones) in loop() to
@@ -224,9 +224,9 @@ However, this can help in special cases.
```csharp
/*
Name: BlinkOnBridgePubSub.ino
Author: Marie Faure <dev at faure dot systems>
Author: Faure Systems <dev at faure dot systems>
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
simple MQTT prop with PubSubClient.
@@ -458,7 +458,7 @@ Global variables use 1013 bytes (39%) of dynamic memory, which leaves 1547 bytes
## Author
**Marie FAURE** (Nov 15th, 2019)
**Faure Systems** (Nov 15th, 2019)
* company: FAURE SYSTEMS SAS
* mail: *dev at faure dot systems*
* github: <a href="https://github.com/fauresystems?tab=repositories" target="_blank">fauresystems</a>
+1 -1
View File
@@ -1,6 +1,6 @@
## 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
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
**Marie FAURE** (Apr 18th, 2020)
**Faure Systems** (Apr 18th, 2020)
* company: FAURE SYSTEMS SAS
* mail: *dev at faure dot systems*
* github: <a href="https://github.com/fauresystems?tab=repositories" target="_blank">fauresystems</a>
@@ -1,5 +1,5 @@
/* 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
simple MQTT prop. Avoid delay() calls (except short ones) in loop() to
@@ -1,5 +1,5 @@
/* 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
simple MQTT prop. Avoid delay() calls (except short ones) in loop() to
@@ -1,5 +1,5 @@
/* 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
simple MQTT prop with PubSubClient.
@@ -1,5 +1,5 @@
/* 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
simple MQTT prop. Avoid delay() calls (except short ones) in loop() to
+1 -1
View File
@@ -1,5 +1,5 @@
/* 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
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
**Marie FAURE** (Oct 18th, 2019)
**Faure Systems** (Oct 18th, 2019)
* company: FAURE SYSTEMS SAS
* mail: *dev at faure dot systems*
* 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
**Marie FAURE** (Oct 18th, 2019)
**Faure Systems** (Oct 18th, 2019)
* company: FAURE SYSTEMS SAS
* mail: *dev at faure dot systems*
* 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
**Marie FAURE** (Oct 18th, 2019)
**Faure Systems** (Oct 18th, 2019)
* company: FAURE SYSTEMS SAS
* mail: *dev at faure dot systems*
* github: <a href="https://github.com/fauresystems?tab=repositories" target="_blank">fauresystems</a>
+1 -1
View File
@@ -54,7 +54,7 @@ void loop()
## Author
**Marie FAURE** (Oct 18th, 2019)
**Faure Systems** (Oct 18th, 2019)
* company: FAURE SYSTEMS SAS
* mail: *dev at faure dot systems*
* 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
**Marie FAURE** (Oct 18th, 2019)
**Faure Systems** (Oct 18th, 2019)
* company: FAURE SYSTEMS SAS
* mail: *dev at faure dot systems*
* 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
**Marie FAURE** (Nov 13th, 2019)
**Faure Systems** (Nov 13th, 2019)
* company: FAURE SYSTEMS SAS
* mail: *dev at faure dot systems*
* github: <a href="https://github.com/fauresystems?tab=repositories" target="_blank">fauresystems</a>
+2 -2
View File
@@ -1,7 +1,7 @@
name=ArduinoProps
version=1.0.0
author=Marie Faure
maintainer=Marie Faure <dev at faure dot systems>
author=Faure Systems
maintainer=Faure Systems <dev at faure dot systems>
sentence=ArduinoProps Library
paragraph=
category=Communication
+2 -2
View File
@@ -1,8 +1,8 @@
/*
Name: ArduinoProps.h
Author: Marie Faure <dev at faure dot systems>
Author: Faure Systems <dev at faure dot systems>
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).
*/
+2 -2
View File
@@ -1,8 +1,8 @@
/*
Name: ArduinoProps.h
Author: Marie Faure <dev at faure dot systems>
Author: Faure Systems <dev at faure dot systems>
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).
*/
+2 -2
View File
@@ -1,8 +1,8 @@
/*
Name: BridgeProp.cpp
Author: Marie Faure <dev at faure dot systems>
Author: Faure Systems <dev at faure dot systems>
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.
*/
+2 -2
View File
@@ -1,8 +1,8 @@
/*
Name: BridgeProp.h
Author: Marie Faure <dev at faure dot systems>
Author: Faure Systems <dev at faure dot systems>
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.
*/
+2 -2
View File
@@ -1,8 +1,8 @@
/*
Name: EthernetProp.cpp
Author: Marie Faure <dev at faure dot systems>
Author: Faure Systems <dev at faure dot systems>
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.
*/
+2 -2
View File
@@ -1,8 +1,8 @@
/*
Name: EthernetProp.h
Author: Marie Faure <dev at faure dot systems>
Author: Faure Systems <dev at faure dot systems>
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.
*/
+2 -2
View File
@@ -1,8 +1,8 @@
/*
Name: Prop.cpp
Author: Marie Faure <dev at faure dot systems>
Author: Faure Systems <dev at faure dot systems>
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).
*/
+2 -2
View File
@@ -1,8 +1,8 @@
/*
Name: Prop.h
Author: Marie Faure <dev at faure dot systems>
Author: Faure Systems <dev at faure dot systems>
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).
*/
+2 -2
View File
@@ -1,8 +1,8 @@
/*
Name: PropAction.h
Author: Marie Faure <dev at faure dot systems>
Author: Faure Systems <dev at faure dot systems>
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.
*/
+2 -2
View File
@@ -1,8 +1,8 @@
/*
Name: PropAction.h
Author: Marie Faure <dev at faure dot systems>
Author: Faure Systems <dev at faure dot systems>
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.
*/
+2 -2
View File
@@ -1,8 +1,8 @@
/*
Name: PropData.cpp
Author: Marie Faure <dev at faure dot systems>
Author: Faure Systems <dev at faure dot systems>
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.
*/
+2 -2
View File
@@ -1,8 +1,8 @@
/*
Name: PropData.h
Author: Marie Faure <dev at faure dot systems>
Author: Faure Systems <dev at faure dot systems>
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.
*/
+2 -2
View File
@@ -1,8 +1,8 @@
/*
Name: WifiProp.cpp
Author: Marie Faure <dev at faure dot systems>
Author: Faure Systems <dev at faure dot systems>
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.
*/
+2 -2
View File
@@ -1,8 +1,8 @@
/*
Name: WifiProp.h
Author: Marie Faure <dev at faure dot systems>
Author: Faure Systems <dev at faure dot systems>
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.
*/