Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
1 change: 1 addition & 0 deletions Lib/Inhouse/Peripherals/usart.h
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// TODO
11 changes: 11 additions & 0 deletions Lib/Inhouse/README.md
Original file line number Diff line number Diff line change
@@ -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. |
File renamed without changes.