# -----------------------------------------------------------------------------------------
#
#   TODO
#
#   Bob Cook Development, Robotics Library
#   http://www.bobcookdev.com/rl/
#    
#   This is the list of things that still require work in the library.
#
#   Copyright (C) 2008 Bob Cook
#
#       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 2 of the License, or (at your
#       option) any later version.
#     
#       This program 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 General Public License 
#       for more details.
#     
#       You should have received a copy of the GNU General Public License along
#       with this program; if not, write to the Free Software Foundation, Inc., 
#       51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
#
# -----------------------------------------------------------------------------------------


packages/device/adc

    - implement an optional interrupt-driven mode for one or more channels
    

packages/device/twi_master

    - basic implementation avaiable but needs significant cleanup
    - improve error detection and reporting
    

packages/device/uart

    - improve error detection and reporting
    - implement uart1 for devices such as m128


packages/avr/redir/redir

    - improve error detection and reporting
    - stdio over CAN (via the MCP2515 driver) is experimental at best


packages/avr/can/mcp2515

    - improve error detection and reporting


packages/avr/lcd/...

    - implementation of text lcd support required


packages/common/util/bcdpacker

    - implement de-pack to double
    
    

# -----------------------------------------------------------------------------------------
#   end of TODO
# -----------------------------------------------------------------------------------------

