kevinferrare / arduino-st4

A PC-Telescope interface built around an arduino
90 stars 25 forks source link

INDI driver #3

Open tliff opened 7 years ago

tliff commented 7 years ago

I've got a basic INDI driver working for the arduino adapter https://github.com/tliff/indi_ardust4.

Just autoguiding, no GOTO but it's a start.

kevinferrare commented 7 years ago

Hello @tliff,

Thank you for implementing this! I will link your code from the main page. Implementing GOTO was a bit tricky with ASCOM since I had to use threads in order to emulate asynchronous slewing.

Regards, Kevin