Skip to content
Snippets Groups Projects
Commit 65508b35 authored by Thomas Carpenter's avatar Thomas Carpenter
Browse files

Added AstroEQ Configuration Utility

Added utility for configuring AstroEQ6 Firmware.
parent 8a20ebd1
No related branches found
No related tags found
No related merge requests found
Showing
with 17140 additions and 0 deletions
File added
On Error Resume Next
set scope = CreateObject("EQMOD.Telescope")
If Err.Number <> 0 Then
WScript.Quit(1)
End If
scope.Connected = true
If Err.Number <> 0 Then
WScript.Quit(2)
End If
scope.IncClientCount
WScript.Quit(0)
\ No newline at end of file
set scope = CreateObject("EQMOD.Telescope")
scope.StopClientCount
WScript.Quit(0)
\ No newline at end of file
File added
File added
source diff could not be displayed: it is too large. Options to address this: view the blob.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
AstroEQArduinoMega1280(Legacy)
AstroEQArduinoMega2560(Legacy)
AstroEQATMega162Based(Legacy)
AstroEQV4-EQ5Board
AstroEQV4-DIYBoard(includingKits)
AstroEQArduinoMega1280(Legacy)EEPROMReader
AstroEQArduinoMega2560(Legacy)EEPROMReader
AstroEQATMega162Based(Legacy)EEPROMReader
AstroEQV4-EQ5BoardEEPROMReader
AstroEQV4-DIYBoard(includingKits)EEPROMReader
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment