You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Add driver code to the Drivers folder.
8
8
Each class must inherit the corresponding ASCOM Interface.
9
9
It is recommended that you keep your device code in a separate dll.
10
10
11
-
After adding the driver code with the Interface tell the ASCOM Alpaca System to load it. This is done in Program.CS with the ASCOM.Alpaca.DeviceManager. The demo safety monitor is used in Program.cs.
11
+
After adding the driver code with the Interface tell the ASCOM Alpaca System to load it. This is done in Program.CS with the ASCOM.Alpaca.DeviceManager. The demo safety monitor is used in Program.cs. This section is marked with //ToDo for you.
12
12
13
13
Add the device specific setup UI to the corresponding page in the Pages/Devices folder.
0 commit comments