Package PyMata :: Module ino_uploader
[hide private]
[frames] | no frames]

Module ino_uploader

source code


Author: Copyright (c) 2014 Dawn Robotics Ltd All rights reserved.

Classes [hide private]
  LibraryInfo
Holds information (src directory, target directory etc) about a library needed for a sketch
Functions [hide private]
 
get_ino_uploader_user_dir()
Gets the name of the directory used by ino to build the sketches in
source code
 
is_ino_available()
Tests to see if Ino is available on this system
source code
 
build_lib_info_list(lib_dirs, ino_uploader_lib_dir) source code
 
upload(sketch_dir, serial_port_name='/dev/ttyUSB0', board_model='uno', lib_dirs=[], force_rebuild=False) source code
Variables [hide private]
  __author__ = 'Copyright (c) 2014 Dawn Robotics Ltd All rights ...
Copyright (c) 2014 Dawn Robotics Ltd All rights reserved.
  INO_PATH = '/usr/local/bin/ino'
  DEFAULT_SERIAL_PORT_NAME = '/dev/ttyUSB0'
  DEFAULT_BOARD_MODEL = 'uno'
  __package__ = 'PyMata'
Variables Details [hide private]

__author__

Copyright (c) 2014 Dawn Robotics Ltd All rights reserved.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

Value:
'Copyright (c) 2014 Dawn Robotics Ltd All rights reserved.'