Commit 4ae9a7d52359faf86c2557763caabc23f2fc8c1b

Authored by Christopher Stone
1 parent 8707b747
Exists in master

Tidied up directory structure to better reflect contents. Also copied file from …

…older version moved to version1. Same file, but there's no such thing as git cp, and the file in its current state should be preserved for use with the old graph plotter
robots/little_john/telemetry/code/monitor/colours.py renamed to robots/little_john/telemetry/code/monitor/version0/colours.py
robots/little_john/telemetry/code/monitor/graph_plotter.py renamed to robots/little_john/telemetry/code/monitor/version0/graph_plotter.py
robots/little_john/telemetry/code/monitor/version1/colours.py 0 → 100644
... ... @@ -0,0 +1,5 @@
  1 +WHITE = (255, 255, 255, 255)
  2 +BLACK = (0, 0, 0, 255)
  3 +RED = (255, 0, 0, 255)
  4 +GREEN = (0, 255, 0, 255)
  5 +BLUE = (0, 0, 255, 255)
0 6 \ No newline at end of file
... ...
robots/little_john/telemetry/code/monitor/graph_plotter_rewrite.py renamed to robots/little_john/telemetry/code/monitor/version1/main.py
robots/little_john/telemetry/code/monitor/serialselect.py renamed to robots/little_john/telemetry/code/monitor/version1/serialselect.py