Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeschamps committed Feb 1, 2022
1 parent c2bcd4d commit 71d7fc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

# MicroFPGA configuration

MicroFPGA is an FPGA-based platform for the electronic control of microscopes. It aims at using affordable FPGA to generate or read signals from a variety of devices, including cameras, lasers, servomotors, filter-wheels, etc. It can be controlled via [Micro-Manager](https://micro-manager.org/), or its [Java](https://github.com/mufpga/MicroFPGA-java), [Python](https://github.com/mufpga/MicroFPGA-py) and [LabView](https://github.com/mufpga/MicroFPGA-labview) communication libraries, and comes with optional complementary [electronics](https://github.com/mufpga/MicroFPGA-electronics).
[MicroFPGA](https://mufpga.github.io) is an FPGA-based platform for the electronic control of microscopes. It aims at using affordable FPGA to generate or read signals from a variety of devices, including cameras, lasers, servomotors, filter-wheels, etc. It can be controlled via [Micro-Manager](https://micro-manager.org/), or its [Java](https://github.com/mufpga/MicroFPGA-java), [Python](https://github.com/mufpga/MicroFPGA-py) and [LabView](https://github.com/mufpga/MicroFPGA-labview) communication libraries, and comes with optional complementary [electronics](https://github.com/mufpga/MicroFPGA-electronics).

## Content

This repository contains the FPGA configuration for the [Au](https://www.sparkfun.com/products/16527), [Au+](https://www.sparkfun.com/products/17514) and [Cu](https://www.sparkfun.com/products/16526) FPGAs ([Alchitry](https://alchitry.com/)). The source code can be compiled and uploaded to the FPGA using [AlchitryLabs](https://alchitry.com/alchitry-labs). Alternatively, you can download the [latest released](https://github.com/mufpga/MicroFPGA/releases) and upload it directly to the FPGA using AlchitryLoader (available when AlchitryLabs is installed). All steps are described in the [documentation](https://mufpga.github.io/2_installing_microfpga.html).
This repository contains the FPGA configuration for the [Au](https://www.sparkfun.com/products/16527), [Au+](https://www.sparkfun.com/products/17514) and [Cu](https://www.sparkfun.com/products/16526) FPGAs ([Alchitry](https://alchitry.com/)). The source code can be compiled and uploaded to the FPGA using [AlchitryLabs](https://alchitry.com/alchitry-labs). Alternatively, you can download the [latest release](https://github.com/mufpga/MicroFPGA/releases) and upload it directly to the FPGA using AlchitryLoader (available when AlchitryLabs is installed). All steps are described in the [documentation](https://mufpga.github.io/2_installing_microfpga.html).

#### Check out the project homepage for the documentation, resources and tutorials: [mufpga.github.io](https://mufpga.github.io).

Expand Down

0 comments on commit 71d7fc7

Please sign in to comment.