mirror of
https://github.com/isaac879/Pan-Tilt-Mount.git
synced 2026-08-16 13:03:15 +02:00
Add files via upload
This commit is contained in:
@@ -1206,10 +1206,15 @@ void serialData(void){
|
||||
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
|
||||
|
||||
void mainLoop(void){
|
||||
while(1){
|
||||
if(Serial.available()) serialData();
|
||||
multi_stepper.run();
|
||||
}
|
||||
// while(1){
|
||||
// if(Serial.available()) serialData();
|
||||
// multi_stepper.run();
|
||||
// }
|
||||
|
||||
printi(F("Pan Hall: "), digitalRead(PIN_PAN_HALL));
|
||||
printi(F("Tilt Hall: "), digitalRead(PIN_TILT_HALL));
|
||||
printi(F("Slider Hall: "), digitalRead(PIN_SLIDER_HALL), "\n\n");
|
||||
delay(200);
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
|
||||
|
||||
@@ -96,7 +96,8 @@
|
||||
#define EEPROM_ADDRESS_TILT_ACCEL_INCREMENT_DELAY 82
|
||||
#define EEPROM_ADDRESS_SLIDER_ACCEL_INCREMENT_DELAY 84
|
||||
|
||||
#define VERSION_NUMBER "Version: 3.11.2\n"
|
||||
//#define VERSION_NUMBER "Version: 3.11.2\n"
|
||||
#define VERSION_NUMBER "Version: Hall 1.0.0\n"
|
||||
|
||||
/*------------------------------------------------------------------------------------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
*
|
||||
* Code written by isaac879
|
||||
*
|
||||
* Last modified: 03/11/2020
|
||||
* Last modified: 24/10/2021
|
||||
*
|
||||
*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user