moved play command into the new utils/Player module from SimpleShell, also added...
authorLogxen <logxen@hotmail.com>
Wed, 21 Nov 2012 17:44:50 +0000 (09:44 -0800)
committerLogxen <logxen@hotmail.com>
Wed, 21 Nov 2012 17:44:50 +0000 (09:44 -0800)
commit663d7943b91ebb1f992c7702a20292e199a7b127
treee95ca696c1787b44d54c47a22d79ca40e35c8e04
parent3fceb8ebac1f6432ecce23a0b88495a622900146
moved play command into the new utils/Player module from SimpleShell, also added a configable on_boot.gcode and added SimpleShell as a member of kernel
src/libs/Kernel.cpp
src/libs/Kernel.h
src/modules/utils/player/Player.cpp [new file with mode: 0644]
src/modules/utils/player/Player.h [new file with mode: 0644]
src/modules/utils/simpleshell/SimpleShell.cpp
src/modules/utils/simpleshell/SimpleShell.h