This is the egoShield S Arduino library, providing software functions for the uStepper S egoShield shield.
- Installation
- To install the egoShieldS library into the Arduino IDE, perform the following steps:
- Go to Sketch->Include Libraries->Manage Libraries... in the Arduino IDE
- Search for "egoShieldS", in the top right corner of the "Library Manager" window
- Install egoShieldS library
The library is tested with Arduino IDE 1.8.11
- Copyright
(C)2020 uStepper ApS
www.uStepper.com
admin.nosp@m.istr.nosp@m.ation.nosp@m.@uSt.nosp@m.epper.nosp@m..com
The code contained in this file is released under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License
The code in this library is provided without warranty of any kind - use at own risk!
neither uStepper ApS nor the author, can be held responsible for any damage
caused by the use of the code contained in this library !
- To do list
- Add comments in the .cpp
- clean the code in .cpp
- Add brakeFlag toggle (remove it from setup function)
- Known Bugs
-
- Author
- Mogens Groth Nicolaisen (mogen.nosp@m.s@us.nosp@m.teppe.nosp@m.r.co.nosp@m.m)
- Change Log
- Version
- 1.1.1:
- Minor bugfixes
- corrected OLED drawing
-
1.1.0:
- adapted for changes in uStepper S library release 2.0.0
-
1.0.0:
- Bug fixes
- Complete rewrite of OLED screen code, to fix random lockups on S-lite
-
0.1.1:
-
0.1.0: