I have created test source code to control the Cypress CY3240 development kit  (<a href="http://www.cypress.com/?rID=3421">http://www.cypress.com/?rID=3421</a>) using libhid.  A couple details about the kit:<br><br>The kit contains 2 boards.  The primary board contains the controller that switches on and off 3.3V and 5V power, a couple LEDs and has a couple pads for GPIO pins.  The primary board and I2C to USB path is controlled by a Cypress Semiconductor CY8C24894-24L (<a href="http://www.cypress.com/?rID=3371">http://www.cypress.com/?rID=3371</a>).  There is also a Maxim MAX3378 (<a href="http://www.maxim-ic.com/quick_view2.cfm/qv_pk/3253/t/al">http://www.maxim-ic.com/quick_view2.cfm/qv_pk/3253/t/al</a>) level translator and a Littlefuse SP721 (<a href="http://www.littelfuse.com/data/en/Data_Sheets/SP721.pdf">http://www.littelfuse.com/data/en/Data_Sheets/SP721.pdf</a>) overvoltage / undervoltage protection IC.<br>
<br>The kit also ships with an example board, carrying a Cypress Semiconductor CY8C21123-24SXI (<a href="http://www.cypress.com/?rID=3335">http://www.cypress.com/?rID=3335</a>) 8 pin PSoC and a couple LEDs.<br><br>The example code defines some of the registers, control bits to send, etc.  It also powers the example device to 5V, blinks both LEDs on the example device, then powers off the device.  I have also written some notes on the steps I took to get the device working.  The only problem is, I don&#39;t have a place to post the code or notes.  Is there some space I can use to store the code and notes?  The total code size currently is about 36K...can I post a .tgz to the list?<br>
<br>Wingnut<br>