Update chip.py
This commit is contained in:
parent
70bc67824f
commit
15bcc762e7
1 changed files with 1 additions and 2 deletions
|
|
@ -34,7 +34,6 @@ from adafruit_platformdetect.constants import chips
|
||||||
__version__ = "0.0.0-auto.0"
|
__version__ = "0.0.0-auto.0"
|
||||||
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_PlatformDetect.git"
|
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_PlatformDetect.git"
|
||||||
|
|
||||||
|
|
||||||
class Chip:
|
class Chip:
|
||||||
"""Attempt detection of current chip / CPU."""
|
"""Attempt detection of current chip / CPU."""
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue