マイコンに ATMega32u4 を、USB コネクタに Type-C を使った左右分割型キーボードを設計するために必要となりそうな知識をメモ。
なお、ケースが金属製か否かで静電気対策が変わってくる(はず)。
マイコンの電源は、マスター側の場合はUSB ケーブルで供給し、スレーブ側の場合は TRRS ケーブルで供給する。
| /* analogtv, Copyright (c) 2003, 2004 Trevor Blackwell <tlb@tlb.org> | |
| * | |
| * Permission to use, copy, modify, distribute, and sell this software and its | |
| * documentation for any purpose is hereby granted without fee, provided that | |
| * the above copyright notice appear in all copies and that both that | |
| * copyright notice and this permission notice appear in supporting | |
| * documentation. No representations are made about the suitability of this | |
| * software for any purpose. It is provided "as is" without express or | |
| * implied warranty. | |
| */ |