Skip to content

Commit

Permalink
Merge pull request micro-manager#157 from ianhi/patch-1
Browse files Browse the repository at this point in the history
Add links to api docs to readme
  • Loading branch information
marktsuchida authored Feb 21, 2022
2 parents 5e132fa + b4c62cd commit 41f1f37
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# mmCoreAndDevices
The c++ code at the core of the Micro-Manager project.

## API Docs
[Main Page](https://micro-manager.org/apidoc/MMCore/latest/index.html)

If you are using a scripting language to control a microscope through the CMMCore object
then you are likely looking for the [CMMCore API](https://micro-manager.org/apidoc/MMCore/latest/class_c_m_m_core.html)

### Building on Windows
The windows project uses the following properties which may be overridden in the MSBuild command line using the `/property:name=value` switch:

Expand Down

0 comments on commit 41f1f37

Please sign in to comment.