Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarang74 committed Jul 17, 2024
1 parent 086f41b commit f12faec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


# QUTy Platform for PlatformIO

![examples](https://github.com/cab202/quty/actions/workflows/examples.yml/badge.svg)
Expand All @@ -8,4 +6,4 @@ A platform to support development of code targeting the QUTy microcontroller dev

## Installation

For installation instructions see the [QUTy homepage](https://cab202.github.io/quty/).
For installation instructions see the [QUTy homepage](https://cab202.github.io/quty/).
2 changes: 1 addition & 1 deletion platform.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "quty",
"title": "QUTy",
"description": "QUTy is a development board based on the Microchip ATtiny1626 AVR microcontroller, designed to teach microcontroller programming in the course CAB202 Microporcessors and Digital Systems. The board features a USB-C interface for programming and serial communication, pushbuttons, a potentiometer, a piezo buzzer and a 2-digit, 7-segment display.",
"description": "QUTy is a development board based on the Microchip ATtiny1626 AVR microcontroller, designed to teach microcontroller programming in the course CAB202 Microprocessors and Digital Systems. The board features a USB-C interface for programming and serial communication, pushbuttons, a potentiometer, a piezo buzzer and a 2-digit, 7-segment display.",
"homepage": "https://cab202.github.io/quty/",
"license": "Apache-2.0",
"keywords": [
Expand Down

0 comments on commit f12faec

Please sign in to comment.