Skip to content

Commit

Permalink
Make OSX happy
Browse files Browse the repository at this point in the history
  • Loading branch information
not7cd committed Apr 4, 2019
1 parent a2016dd commit 615eccf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 8 additions & 1 deletion indi-starbook/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Starbook INDI Driver

This package provides the INDI driver for the Vixen Starbook telescope controllers. This driver aims for compatibility
with first generation Starbook.
Starbook 10 is not tested with this driver.
Starbook TEN is working to some extent with this driver. Commands exclusive to Starbook TEN won't be available.

Requirements
------------
Expand All @@ -25,6 +25,8 @@ In order to build this package you need:
Usage
-----

*General info*

Starbook is easy to hang up. You won't get smooth operation by design.
Driver was written with this in mind so it will put few limitations on a user.
Starbook is a state machine, that means it will allow different functions in specified states.
Expand Down Expand Up @@ -62,4 +64,9 @@ IMPORTANT NOTE: watch your mount at all times, don't trust this driver.
8. ...
9. Profit?

*Operation*

Starbook exposes high-level interface. Only basic features like slewing and tracking are available.


Have fun and don't look at the Sun!
1 change: 1 addition & 0 deletions indi-starbook/starbook_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <libnova/utility.h>
#include <iostream>
#include <map>
#include <array>

namespace starbook {
struct DMS : ln_dms {
Expand Down

0 comments on commit 615eccf

Please sign in to comment.