Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
thorenscientific committed Oct 13, 2017
0 parents commit ae3bd7c
Show file tree
Hide file tree
Showing 766 changed files with 256,756 additions and 0 deletions.
Binary file added Documentation/FAE-April-2013.pptx
Binary file not shown.
Binary file added Documentation/Linduino Change Log release.doc
Binary file not shown.
Binary file added Documentation/Linduino_Prototype_Webpage.docx
Binary file not shown.
Binary file not shown.
51 changes: 51 additions & 0 deletions FTDI Template/Linduino.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
<FT_EEPROM>
<Chip_Details>
<Type>FT232R</Type>
</Chip_Details>
<USB_Device_Descriptor>
<VID_PID>0</VID_PID>
<idVendor>0403</idVendor>
<idProduct>6001</idProduct>
<bcdUSB>USB 2.0</bcdUSB>
</USB_Device_Descriptor>
<USB_Config_Descriptor>
<bmAttributes>
<RemoteWakeupEnabled>true</RemoteWakeupEnabled>
<SelfPowered>false</SelfPowered>
<BusPowered>true</BusPowered>
</bmAttributes>
<IOpullDown>false</IOpullDown>
<MaxPower>90</MaxPower>
</USB_Config_Descriptor>
<USB_String_Descriptors>
<Manufacturer>FTDI</Manufacturer>
<Product_Description>USB SERIAL CONTROLLER</Product_Description>
<SerialNumber_Enabled>true</SerialNumber_Enabled>
<SerialNumber>
</SerialNumber>
<SerialNumberPrefix>A1</SerialNumberPrefix>
</USB_String_Descriptors>
<Hardware_Specific>
<HighIO>false</HighIO>
<D2XXDriver>false</D2XXDriver>
<ExternalOscillator>false</ExternalOscillator>
<Invert_RS232_Signals>
<TXD>false</TXD>
<RXD>false</RXD>
<RTS>false</RTS>
<CTS>false</CTS>
<DTR>false</DTR>
<DSR>false</DSR>
<DCD>false</DCD>
<RI>false</RI>
</Invert_RS232_Signals>
<IO_Controls>
<C0>TXLED#</C0>
<C1>RXLED#</C1>
<C2>TXDEN</C2>
<C3>PWRON#</C3>
<C4>SLEEP#</C4>
</IO_Controls>
</Hardware_Specific>
</FT_EEPROM>
194 changes: 194 additions & 0 deletions LTSketchbook/Documentation/Doxygen/DoxygenLayout.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,194 @@
<doxygenlayout version="1.0">
<!-- Generated by doxygen 1.8.3.1 -->
<!-- Navigation index tabs for HTML output -->
<navindex>
<tab type="mainpage" visible="yes" title=""/>
<tab type="pages" visible="yes" title="" intro=""/>
<tab type="modules" visible="yes" title="Libraries" intro=""/>
<tab type="namespaces" visible="yes" title="">
<tab type="namespacelist" visible="yes" title="" intro=""/>
<tab type="namespacemembers" visible="yes" title="" intro=""/>
</tab>
<!-- Changed "classes" visibility to "no" so that Data Structures would not appear in upper tab list. Add later if classes are used in Linduino code. -->
<tab type="classes" visible="no" title="">
<tab type="classlist" visible="yes" title="" intro=""/>
<!-- Changed "classindex" visibility to "no" so that Data Fields Index would not appear in navigation list. Add later if used in Linduino code. -->
<!-- <tab type="classindex" visible="$ALPHABETICAL_INDEX" title=""/> -->
<tab type="classindex" visible="no" title=""/>
<tab type="hierarchy" visible="yes" title="" intro=""/>
<!-- Changed "classmembers" visibility to "no" so that Data Fields would not appear in navigation list. Add later if used in Linduino code. -->
<tab type="classmembers" visible="no" title="" intro=""/>
</tab>
<tab type="files" visible="yes" title="">
<tab type="filelist" visible="yes" title="" intro=""/>
<tab type="globals" visible="yes" title="" intro=""/>
</tab>
<tab type="examples" visible="yes" title="" intro=""/>
</navindex>

<!-- Layout definition for a class page -->
<class>
<briefdescription visible="yes"/>
<includes visible="$SHOW_INCLUDE_FILES"/>
<inheritancegraph visible="$CLASS_GRAPH"/>
<collaborationgraph visible="$COLLABORATION_GRAPH"/>
<memberdecl>
<nestedclasses visible="yes" title=""/>
<publictypes title=""/>
<publicslots title=""/>
<signals title=""/>
<publicmethods title=""/>
<publicstaticmethods title=""/>
<publicattributes title=""/>
<publicstaticattributes title=""/>
<protectedtypes title=""/>
<protectedslots title=""/>
<protectedmethods title=""/>
<protectedstaticmethods title=""/>
<protectedattributes title=""/>
<protectedstaticattributes title=""/>
<packagetypes title=""/>
<packagemethods title=""/>
<packagestaticmethods title=""/>
<packageattributes title=""/>
<packagestaticattributes title=""/>
<properties title=""/>
<events title=""/>
<privatetypes title=""/>
<privateslots title=""/>
<privatemethods title=""/>
<privatestaticmethods title=""/>
<privateattributes title=""/>
<privatestaticattributes title=""/>
<friends title=""/>
<related title="" subtitle=""/>
<membergroups visible="yes"/>
</memberdecl>
<detaileddescription title=""/>
<memberdef>
<inlineclasses title=""/>
<functions title=""/>
<typedefs title=""/>
<enums title=""/>
<constructors title=""/>
<related title=""/>
<variables title=""/>
<properties title=""/>
<events title=""/>
</memberdef>
<allmemberslink visible="yes"/>
<usedfiles visible="$SHOW_USED_FILES"/>
<authorsection visible="yes"/>
</class>

<!-- Moved Function Definitions forward to be displayed before Defines and Typedefs -->
<!-- Layout definition for a namespace page -->
<namespace>
<briefdescription visible="yes"/>
<memberdecl>
<nestednamespaces visible="yes" title=""/>
<classes visible="yes" title=""/>
<functions title=""/>
<typedefs title=""/>
<enums title=""/>
<variables title=""/>
<membergroups visible="yes"/>
</memberdecl>
<detaileddescription title=""/>
<memberdef>
<inlineclasses title=""/>
<functions title=""/>
<typedefs title=""/>
<enums title=""/>
<variables title=""/>
</memberdef>
<authorsection visible="yes"/>
</namespace>

<!-- Layout definition for a file page -->
<!-- Moved Detailed Description forward -->
<file>
<briefdescription visible="yes"/>
<includes visible="$SHOW_INCLUDE_FILES"/>
<includegraph visible="$INCLUDE_GRAPH"/>
<includedbygraph visible="$INCLUDED_BY_GRAPH"/>
<sourcelink visible="yes"/>
<detaileddescription title=""/>
<memberdecl>
<classes visible="yes" title=""/>
<namespaces visible="yes" title=""/>
<functions title=""/>
<defines title=""/>
<typedefs title=""/>
<enums title=""/>
<variables title=""/>
<membergroups visible="yes"/>
</memberdecl>
<memberdef>
<inlineclasses title=""/>
<functions title=""/>
<defines title=""/>
<typedefs title=""/>
<enums title=""/>
<variables title=""/>
</memberdef>
<authorsection/>
</file>

<!-- Layout definition for a group page -->
<group>
<briefdescription visible="yes"/>
<groupgraph visible="$GROUP_GRAPHS"/>
<memberdecl>
<nestedgroups visible="yes" title=""/>
<dirs visible="yes" title=""/>
<files visible="yes" title=""/>
<namespaces visible="yes" title=""/>
<classes visible="yes" title=""/>
<functions title=""/>
<defines title=""/>
<typedefs title=""/>
<enums title=""/>
<enumvalues title=""/>
<variables title=""/>
<signals title=""/>
<publicslots title=""/>
<protectedslots title=""/>
<privateslots title=""/>
<events title=""/>
<properties title=""/>
<friends title=""/>
<membergroups visible="yes"/>
</memberdecl>
<detaileddescription title=""/>
<memberdef>
<pagedocs/>
<inlineclasses title=""/>
<functions title=""/>
<defines title=""/>
<typedefs title=""/>
<enums title=""/>
<enumvalues title=""/>
<variables title=""/>
<signals title=""/>
<publicslots title=""/>
<protectedslots title=""/>
<privateslots title=""/>
<events title=""/>
<properties title=""/>
<friends title=""/>
</memberdef>
<authorsection visible="yes"/>
</group>

<!-- Layout definition for a directory page -->
<directory>
<briefdescription visible="yes"/>
<directorygraph visible="yes"/>
<memberdecl>
<dirs visible="yes"/>
<files visible="yes"/>
</memberdecl>
<detaileddescription title=""/>
</directory>
</doxygenlayout>
Loading

0 comments on commit ae3bd7c

Please sign in to comment.