]> Repositories - Adafruit_Blinka-hackapet.git/commitdiff
Minimise variables per module, given memory ceiling
authorCefn Hoile <github.com@cefn.com>
Mon, 26 Feb 2018 20:03:52 +0000 (20:03 +0000)
committerCefn Hoile <github.com@cefn.com>
Mon, 26 Feb 2018 20:03:52 +0000 (20:03 +0000)
src/board.py

index f332cd90d2495b679d5c04fdcccd684aff9367a5..536bc6b761077ddd4aba9d627940b07b6c8b87ff 100644 (file)
@@ -29,14 +29,10 @@ platform introspection
 """
 
 import gc
-
 gc.collect()
 from adafruit_blinka.agnostic import board
 gc.collect()
 
-__version__ = "0.0.0-auto.0"
-__repo__ = "https://github.com/adafruit/Adafruit_Micropython_Blinka.git"
-
 if board == "feather_huzzah":
     from adafruit_blinka.board.feather_huzzah import *
 elif board == "nodemcu":