Files
-
Schematics / Master System Schematic / _autosave-Accumulator_Container.sch
-
Schematics / Master System Schematic / _autosave-Master System Schematic.sch
-
Schematics / Master System Schematic / _autosave-Segment_Layer.sch
-
Schematics / Master System Schematic / Accumulator_Container.kicad_sch
-
Schematics / Master System Schematic / BattBoxPCB.kicad_sch
-
Schematics / Master System Schematic / BatterySegment.kicad_sch
-
Schematics / Master System Schematic / Charger.kicad_sch
-
Schematics / Master System Schematic / Dashboard.kicad_sch
-
Schematics / Master System Schematic / DCDC.kicad_sch
-
Schematics / Master System Schematic / GLV_Batt_Board.kicad_sch
-
Schematics / Master System Schematic / HV_Plate.kicad_sch
-
Schematics / Master System Schematic / LV_Plate.kicad_sch
-
Schematics / Master System Schematic / Master System Schematic.kicad_sch
-
Schematics / Master System Schematic / PDU.kicad_sch
-
Schematics / Master System Schematic / Segment_Layer.kicad_sch
-
Schematics / Master System Schematic / Shutdown_LatchingCircuits.kicad_sch
-
Schematics / Master System Schematic / TSAL.kicad_sch
-
Schematics / Master System Schematic / Wheel.kicad_sch
-
Schematics / Shutdown Summary / Shutdown_Summary.kicad_sch
-
Schematics / Shutdown Summary / OLD (Deprecated) / SegmentPCB.sch
-
Schematics / Shutdown Summary / OLD (Deprecated) / Battery Managment / Therm_PCB / Therms.PcbDoc
-
Schematics / Shutdown Summary / OLD (Deprecated) / Battery Managment / Therm_PCB / Therms.SchDoc
-
Schematics / Shutdown Summary / OLD (Deprecated) / Battery Managment / VoltTap_PCB / VoltTap.PcbDoc
-
Schematics / Shutdown Summary / OLD (Deprecated) / Battery Managment / VoltTap_PCB / VoltTap.SchDoc
-
Schematics / Shutdown Summary / OLD (Deprecated) / Charger / Charger.sch
-
Schematics / Shutdown Summary / OLD (Deprecated) / Full System / Full Battery System.sch
-
Schematics / Shutdown Summary / OLD (Deprecated) / LV_Electronics / CANShield / CANShield.PcbDoc
-
Schematics / Shutdown Summary / OLD (Deprecated) / LV_Electronics / CANShield / CANShield.SchDoc
-
Schematics / Shutdown Summary / OLD (Deprecated) / Shutdown / Shutdown.sch
-
Schematics / Shutdown Summary / OLD (Deprecated) / Shutdown / Shutdown_System.sch
-
Schematics / Shutdown Summary / OLD (Deprecated) / Shutdown / LatchingFaultBoard / LatchingFaultBoard / LatchingFaultActiveHigh.PcbDoc
-
Schematics / Shutdown Summary / OLD (Deprecated) / Shutdown / LatchingFaultBoard / LatchingFaultBoard / LatchingFaultActiveHigh.SchDoc
-
Schematics / Shutdown Summary / OLD (Deprecated) / Tractive System / TSV.sch
-
Schematics / Shutdown Summary / OLD (Deprecated) / TSAL / Tsalledboard / tsalledboard.PcbDoc
-
Schematics / Shutdown Summary / OLD (Deprecated) / TSAL / Tsalledboard / tsalledboard.SchDoc
-
Schematics / Shutdown Summary / OLD (Deprecated) / TSAL / TSALpowerboard / TSAL.PcbDoc
-
Schematics / Shutdown Summary / OLD (Deprecated) / TSAL / TSALpowerboard / TSAL.SchDoc
Last update 1 year 7 months
by
Matthew McCauley
FilesEmbedded SoftwareCAN LatencyTeensyCanTestlib | |
---|---|
.. | |
README |
READMEThis directory is intended for project specific (private) libraries. PlatformIO will compile them to static libraries and link into executable file. The source code of each library should be placed in a an own separate directory ("lib/your_library_name/[here are source files]"). For example, see a structure of the following two libraries `Foo` and `Bar`: |--lib | | | |--Bar | | |--docs | | |--examples | | |--src | | |- Bar.c | | |- Bar.h | | |- library.json (optional, custom build options, etc) https://docs.platformio.org/page/librarymanager/config.html | | | |--Foo | | |- Foo.c | | |- Foo.h | | | |- README --> THIS FILE | |- platformio.ini |--src |- main.c and a contents of `src/main.c`: ``` #include <Foo.h> #include <Bar.h> int main (void) { ... } ``` PlatformIO Library Dependency Finder will find automatically dependent libraries scanning project source files. More information about PlatformIO Library Dependency Finder - https://docs.platformio.org/page/librarymanager/ldf.html