Shop OBEX P1 Docs P2 Docs Learn Events
PENGUIN ROBOT Plotter - the code — Parallax Forums

PENGUIN ROBOT Plotter - the code

HumanoidoHumanoido Posts: 5,770
edited 2008-01-01 02:56 in Robotics
Title: Penguin Robot Data Plotter
Code Name: penguin_plotter.bpx
Purpose: Plots a single circular data value


Penguin's compass is an amazing device.
Harnessing the power of the compass is
the challenge. This code is a plotting utility.
It takes single angle data from a circle and plots
it on the debug screen within a linear scale.

humanoido

' The code is designed as a plotting utility.
' Penguin has a built in compass, with many applications typically
' using circle angle data. Plotting this data becomes very important.
' Penguin Data Plotter will plot circle angles from 0 to 360 degrees
' using the Debug screen. This is a single data plot. The circle is
' converted to a linear scale and displayed to fit on the Debug.
' screen. Input any circle angle from 0 to 360 and see the plotted
' result. Data plotter concepts can be utilized for additional
' plotting applications.

Post Edited (humanoido) : 1/1/2008 3:03:05 AM GMT
Sign In or Register to comment.