From 5d3480629251acbb28dee7419963fb0f6ad2678f Mon Sep 17 00:00:00 2001 From: Pierrick C Date: Mon, 19 Nov 2018 12:05:36 +0100 Subject: [PATCH] add author and version --- code/light_modes.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/light_modes.py b/code/light_modes.py index 5c11a1d..a486e9c 100644 --- a/code/light_modes.py +++ b/code/light_modes.py @@ -15,6 +15,8 @@ Each function update the NeoPixel strip buffer (except update_neopixel() that call them) """ +__author__ = "arofarn" +__version__ = 0.1 import time import urandom