Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-wood committed Mar 8, 2024
1 parent 7997f2f commit d117122
Show file tree
Hide file tree
Showing 3 changed files with 8,288 additions and 8,551 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ Cargo.lock
*.pdb

.DS_Store

*.kicad_*
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

A possibly over-engineered and disturbingly affordable system for operating two independent latching buttons in a guitar pedal based around the STM32F030F4Px and [Embassy](https://embassy.dev).

Need help implementing this in your own designs? Want something custom? [Let's chat](mailto:[email protected]).

#### Goals

We want two switches, each with:
Expand All @@ -13,7 +15,6 @@ We want two switches, each with:

## Implementation

Here's a schematic depicting usage of the firmware in this state.
There's lots of room to make it do other things, or work with other EEPROMs.
Here's an schematic depicting usage of the firmware in this state.

![schematic](https://github.com/heuristic-industries/two-switch/blob/main/schematic.svg)
Loading

0 comments on commit d117122

Please sign in to comment.