Skip to content

Commit

Permalink
integration to libindi
Browse files Browse the repository at this point in the history
  • Loading branch information
aknotwot committed Nov 24, 2024
1 parent 28bf89a commit 1fdc6e0
Show file tree
Hide file tree
Showing 4 changed files with 1,398 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -845,6 +845,10 @@
<driver name="Waveshare Relay">indi_wavesharemodbus_relay</driver>
<version>1.0</version>
</device>
<device label="IPX800" manufacturer="GCE">
<driver name="IPX800">indi_ipx800</driver>
<version>0.7</version>
</device>
</devGroup>
<devGroup group="Domes">
<device label="ScopeDome Dome" manufacturer="ScopeDome">
Expand Down
8 changes: 8 additions & 0 deletions drivers/auxiliary/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -359,3 +359,11 @@ SET(wavesharerelay_SRC
add_executable(indi_wavesharemodbus_relay ${wavesharerelay_SRC})
target_link_libraries(indi_wavesharemodbus_relay indidriver)
install(TARGETS indi_wavesharemodbus_relay RUNTIME DESTINATION bin)

# ########## IPX800 Driver ###############
SET(ipx800_SRC
ipx800.cpp)

add_executable(indi_ipx800 ${ipx800_SRC})
target_link_libraries(indi_ipx800 indidriver)
install(TARGETS indi_ipx800 RUNTIME DESTINATION bin)
Loading

0 comments on commit 1fdc6e0

Please sign in to comment.