Added donate button

This commit is contained in:
Kristian Lauszus 2014-08-28 18:20:36 -07:00
parent 980109f756
commit e851f0d7ae

View file

@ -26,6 +26,22 @@ For more information about the hardware see the [Hardware Manual](http://www.cir
* __Andrew Kroll__ - <xxxajk@gmail.com>
* Major contributor to mass storage code
# Donate
Help yourself by helping us support you! Many thousands of hours have been spent developing the USB Host Shield library. Since you find it useful, please consider donating via the button below. Donations will allow us to support you by ensuring hardware that you have can be acquired in order to add support for your microcontroller board.
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_donations">
<input type="hidden" name="business" value="donate@circuitsathome.com">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="item_name" value="Donate to USB Host Library project">
<input type="hidden" name="no_note" value="0">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="bn" value="PP-DonationsBF:btn_donate_LG.gif:NonHostedGuest">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
# Table of Contents
* [How to include the library](#how-to-include-the-library)