Rename programmer library, update VID/PID for programmer

This commit is contained in:
Matt Mets 2023-03-08 16:20:00 +01:00 committed by Michael Cardell Widerkrantz
parent 994ec270ef
commit 17ce7799a7
No known key found for this signature in database
GPG key ID: D3DB3DDF57E704E5
6 changed files with 368 additions and 4 deletions

View file

@ -1,7 +1,7 @@
#!/usr/bin/env python
"""Automatically reset a TK-1"""
from usb_test import IceFlasher
from iceflasher import IceFlasher
def reset_tk1() -> None: