1= Bridge Library for Arduino = 2 3The Bridge library simplifies communication between the ATmega32U4 and the AR9331. 4 5For more information about this library please visit us at 6http://www.arduino.cc/en/Reference/YunBridgeLibrary 7 8== License == 9 10Copyright (c) 2014 Arduino LLC. All right reserved. 11 12This library is free software; you can redistribute it and/or 13modify it under the terms of the GNU Lesser General Public 14License as published by the Free Software Foundation; either 15version 2.1 of the License, or (at your option) any later version. 16 17This library is distributed in the hope that it will be useful, 18but WITHOUT ANY WARRANTY; without even the implied warranty of 19MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 20Lesser General Public License for more details. 21 22You should have received a copy of the GNU Lesser General Public 23License along with this library; if not, write to the Free Software 24Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA