From 7000810f5737016bda00022b817ad941823f3503 Mon Sep 17 00:00:00 2001 From: caternuson Date: Tue, 14 Jan 2020 07:49:23 -0800 Subject: [PATCH] add SBC warn to example --- examples/motorkit_robot.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/motorkit_robot.py b/examples/motorkit_robot.py index 54b3c88..b8371e1 100644 --- a/examples/motorkit_robot.py +++ b/examples/motorkit_robot.py @@ -1,3 +1,7 @@ +# +# NOTE - Only for use on Raspberry Pi or other SBC. +# + # Simple two DC motor robot class. Exposes a simple LOGO turtle-like API for # moving a robot forward, backward, and turning. See RobotTest.py for an # example of using this class.