HomeSpan
bc2672d862
Create StepperModes.md
2023-06-25 21:47:17 -05:00
HomeSpan
c904b11126
Update Stepper.md
2023-06-25 20:38:54 -05:00
HomeSpan
9eeace389b
Update Stepper.md
2023-06-25 06:36:43 -05:00
HomeSpan
a089064506
Update Stepper.md
2023-06-25 05:43:09 -05:00
HomeSpan
81b725e7a5
Update Stepper.md
2023-06-25 05:39:17 -05:00
HomeSpan
bd1149f088
Update Stepper.md
2023-06-24 22:38:06 -05:00
HomeSpan
df02332afe
Update Stepper.md
2023-06-24 22:16:06 -05:00
HomeSpan
740a56b9f8
Update Stepper.md
2023-06-24 16:40:57 -05:00
HomeSpan
d9de368a8a
Update Stepper.md
2023-06-24 15:48:02 -05:00
HomeSpan
fec2b3d9f7
Update Stepper.md
2023-06-24 08:25:28 -05:00
HomeSpan
5bd06ee370
Update Stepper.md
2023-06-23 06:25:49 -05:00
HomeSpan
bb556f8261
Update Stepper.md
2023-06-22 22:02:15 -05:00
Gregg
0a802cf54c
Merge branch 'dev' of https://github.com/HomeSpan/HomeSpan into dev
2023-06-22 21:25:21 -05:00
Gregg
c5a40c6e34
Added ability to set cpu and priority for motor task using pair {}
2023-06-22 21:25:18 -05:00
HomeSpan
0fa0579578
Update Stepper.md
2023-06-21 06:06:08 -05:00
HomeSpan
44b0a878ec
Update Stepper.md
2023-06-20 21:45:23 -05:00
HomeSpan
6bf1b0af90
Update RMT.md
2023-06-20 21:38:28 -05:00
Gregg
e422d3c9de
Updated StepperMotorControl Window Shade Example to use setPosition()
...
Example now saves window shade position in NVS and uses setPosition() accordingly upon initialization.
2023-06-20 21:23:03 -05:00
Gregg
fe4d83140f
Completed motor control setPosition()
...
Updated logic of setPosition(), move(), and moveTo() to use waitForAck() so that an initial acknowledgment is received from the motorTask() before proceeding.
2023-06-19 21:24:23 -05:00
HomeSpan
480af6cf85
Added setPosition() to StepperControl
...
Needs testing and debugging
2023-06-18 17:55:29 -05:00
Gregg
2eb70f1d1b
Changed links from HomeStep to HomeSpan
2023-06-09 23:15:38 -05:00
Gregg
536de53075
Added Stepper_TB6612 and Stepper_A3967 directly to HomeSpan
...
HomeSpan now includes both drivers as part of the "extras" functionality.
The StepperMotorControl Window Shade Example has been updated accordingly to use the built-in TB6612 driver.
2023-06-09 23:11:38 -05:00
Gregg
44e48a4534
Update extras.ino
2023-06-04 09:20:37 -05:00
HomeSpan
8be3b7ab6c
Update Stepper.md
2023-06-01 06:19:25 -05:00
Gregg
2fb1eab51c
Create Stepper.md
2023-06-01 06:18:15 -05:00
Gregg
94cec6153b
Update StepperMotorControl.ino
2023-05-31 21:21:53 -05:00
Gregg
5e1d65f436
Renamed SpanStep to StepperControl and moved into HoneSpan Extras
...
Also updated StepperMotorControl Example.
2023-05-30 05:05:51 -05:00
HomeSpan
7ceee3fda0
Update FAQ.md
2023-05-29 16:07:22 -05:00
Gregg
d7aca25ac9
Create StepperMotorControl.ino
2023-05-21 12:36:15 -05:00
HomeSpan
494c649e26
Merge pull request #582 from frankonski/user-guide-toc
...
Fixed broken anchors caused by previous commit
2023-05-17 22:00:48 -04:00
Francois
08e66e5676
Update UserGuide.md - Fixed anchor
2023-05-15 13:14:58 -04:00
HomeSpan
d24eadb207
Update Logging.md
2023-05-15 06:14:04 -05:00
HomeSpan
f5eb95e436
Update Reference.md
2023-05-15 06:04:48 -05:00
HomeSpan
b9e8209e4b
Merge pull request #575 from frankonski/user-guide-toc
...
Added table of content to User Guide
2023-05-13 16:52:06 -04:00
Gregg
ade9a608e8
Merge branch 'dev' of https://github.com/HomeSpan/HomeSpan into dev
2023-05-13 15:39:03 -05:00
Gregg
21da828f83
Update HomeSpan.cpp
2023-05-13 15:39:01 -05:00
HomeSpan
bf82209a7b
Update Reference.md
2023-05-13 15:38:39 -05:00
HomeSpan
8db6ebe321
Update Reference.md
2023-05-13 15:24:44 -05:00
HomeSpan
6bc4488976
Update Logging.md
2023-05-13 15:11:20 -05:00
Gregg
d33bbf2477
Update src.ino
2023-05-13 10:36:17 -05:00
Gregg
40bb97215f
Added homeSpan methods setSerialInputDisable() and getSerialInputDisable()
...
Provides ability to disable HomeSpan from reading from Serial port (which is otherwise normally enabled)
2023-05-13 10:34:21 -05:00
HomeSpan
33a79cf51b
Update RMT.md
2023-05-12 21:48:33 -05:00
HomeSpan
22defc10a1
Update PWM.md
2023-05-12 21:42:35 -05:00
Gregg
de97faee37
Converted Serial.printf in extra classes to ESP_LOGI and ESP_LOGW
...
Changed Serial.printf() diagnostic messages to either ESP_LOGI() or ESP_LOGW() macros in Blinker, PWM (LedPin and ServoPin), Pixel, and RFControl class
2023-05-12 21:32:21 -05:00
frankonski
1c2ee2f5d2
Update UserGuide.md - Flash patterns table
2023-05-11 14:58:35 -04:00
Gregg
7bc885dd26
Completed initial migration of Serial.print to LOG0
...
Finished all applicable cases in main source code.
TO DO: apply LOG0 to extras
2023-05-10 22:12:21 -05:00
Gregg
66bb13af03
Continued change from Serial.print to LOG0()
2023-05-08 22:43:42 -05:00
Gregg
368ce12c04
Started work on converting all Serial.print() to LOG0() macro
2023-05-08 17:07:21 -05:00
Gregg
d5eb2ceeb8
Update src.ino
2023-05-07 13:41:27 -05:00
HomeSpan
6967ac5d88
Update README.md
2023-05-06 14:24:18 -05:00