diff --git a/Lib/FancyLayers-RENAME/GRCAN/empty.txt b/Lib/Inhouse/GRCAN/empty.txt similarity index 100% rename from Lib/FancyLayers-RENAME/GRCAN/empty.txt rename to Lib/Inhouse/GRCAN/empty.txt diff --git a/Lib/FancyLayers-RENAME/NeoPixel/empty.txt b/Lib/Inhouse/NeoPixel/empty.txt similarity index 100% rename from Lib/FancyLayers-RENAME/NeoPixel/empty.txt rename to Lib/Inhouse/NeoPixel/empty.txt diff --git a/Lib/Inhouse/Peripherals/usart.h b/Lib/Inhouse/Peripherals/usart.h new file mode 100644 index 00000000..0ffdd02f --- /dev/null +++ b/Lib/Inhouse/Peripherals/usart.h @@ -0,0 +1 @@ +// TODO \ No newline at end of file diff --git a/Lib/Inhouse/README.md b/Lib/Inhouse/README.md new file mode 100644 index 00000000..9342d723 --- /dev/null +++ b/Lib/Inhouse/README.md @@ -0,0 +1,11 @@ +# Lib/Inhouse + +A place where Gaucho Racing stores its code that is shared across many boards. +This includes: +| Name | Description | +| ------- | ------ | +| [`GRCAN`](./GRCAN/) | todo | +| [`NeoPixel`](./NeoPixel/) | todo | +| [`SAE-J1939`](./SAE-J1939/) | todo | +| [`TPL`](./TPL/) | todo | +| [`Peripherals`](./Peripherals/) | A collection of abstract peripheral interfaces, to reduce boilerplate and duplication of user-code using those peripherals. The interface for each one is meant to be very similar, so we can easily replace one with another. | diff --git a/Lib/FancyLayers-RENAME/SAE-J1939/empty.txt b/Lib/Inhouse/SAE-J1939/empty.txt similarity index 100% rename from Lib/FancyLayers-RENAME/SAE-J1939/empty.txt rename to Lib/Inhouse/SAE-J1939/empty.txt diff --git a/Lib/FancyLayers-RENAME/TPL/empty.txt b/Lib/Inhouse/TPL/empty.txt similarity index 100% rename from Lib/FancyLayers-RENAME/TPL/empty.txt rename to Lib/Inhouse/TPL/empty.txt