Correction de la présence de ARDUINO_DEBUG_MODe qui n'existe pas !
Ajout d'un test dans Port::MovePin() pour identifier un GPIO_pin_t par rapport à un pin expander.
Ajout d'un test au lancement pour vérifier que toutes les pins des expandeurs chargés ne rentrent pas en collision avec les GPIO_pin_t.
Suppression de la fonction (dangereuse) Accessories::wait(). Elle faisit bien un loop de accessories, mais pas du reste du loop du .ino !
Une fonction GetPinsNumber() a été ajoutée sur les expanders.
ARDUINO_DEBUG_MODE, unknown define, has been removed.
In Port::MovePin(), a test has been added to check the difference between expander pin and GPIO_pin_t pin.
A new test has been added at the end of main setup() function to check compatibility between all expander pins and GPIO_pin_t.
The function Accessories::wait() has benn removed. It was dangerous to use it because only the Accessories::loop() were called, and not all the stuff in the .ino main loop() !
A new virtual function GetPinsNumber() has been added to the expander class.
31/05/2019 V1.2.0
Ajout des PortExpanders
Intégration de la nouvelle version d'ArduiEmulator.
Création d'un projet autonome à utiliser dans une solution VS2019.
Add of PortExpanders
Integration of the new version of the ArduiEmulator.
Creation of a stand alone project to insert in VS2019 solutions.
15/07/2018 V1.1.4
Correction du format de Keywords.txt
Création de LIBRARY_VERSION
Mise en conformité de la partie doc HTML avec DOXYGEN_SPECIFIC
Ajout du fichier LICENSE
Fix Keywords.txt format.
LIBRARY_VERSION created
Update of DOXYGEN_SPECIFIC part for HTML documentation.
Add of LICENSE file
26/05/2018 V1.1.3
Correction de perte mémoire dans ActionsStack (merci encore lapive).