diff --git a/CircuitPy/FC_Board/code.py b/CircuitPy/FC_Board/code.py index 9d1c347..28a5c52 100644 --- a/CircuitPy/FC_Board/code.py +++ b/CircuitPy/FC_Board/code.py @@ -1,7 +1,20 @@ # This is where the magic happens! +# This file is executed on every boot (including wake-boot from deepsleep) +# Created By: Michael Pham + +""" +Built for the PySquared FC Board +Version: 1.0.1 (Beta) +Published: July 26, 2024 +""" + import time print("Hello World!") +print("="*50) +print("PySquared FC Board Circuit Python Software Version: 1.0.1 (Beta)") +print("Published: July 26, 2024") +print("="*50) try: for i in range(10):