Skip to content

Commit 0ff06d4

Browse files
Readme updates
1 parent 419d121 commit 0ff06d4

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Add driver code to the Drivers folder.
88
Each class must inherit the corresponding ASCOM Interface.
99
It is recommended that you keep your device code in a separate dll.
1010

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.
1212

1313
Add the device specific setup UI to the corresponding page in the Pages/Devices folder.
1414

@@ -20,4 +20,6 @@ Test your driver with ConformU.
2020

2121
* .Net 6-8
2222

23-
## Resources
23+
## Resources
24+
25+
* ConformU - https://github.com/ASCOMInitiative/ConformU/releases

0 commit comments

Comments
 (0)