![]() |
firmware
v0.1.2
Chromation Spectrometer Dev-Kit
|
| ▼ lib | |
| ► NOT-USED | |
| ► test | |
| SpiMaster-HardwareFake.h | This file is not used anymore |
| SpiSlave-HardwareFake.h | This file is not used anymore |
| ► src | |
| BiColorLed.c | |
| BiColorLed.h | |
| Flag.c | |
| Flag.h | |
| Lis.c | |
| Lis.h | |
| LisConfig.h | LIS-770i configuration |
| LisConfigs.h | See LisConfig.h for context |
| Queue.c | |
| Queue.h | |
| ReadWriteBits.c | |
| ReadWriteBits.h | |
| S13131.c | |
| S13131.h | |
| Spi.c | |
| Spi.h | Spi.h declares SPI hardware types and variables common to the SPI Master and SPI Slave |
| SpiMaster.c | |
| SpiMaster.h | |
| SpiSlave.c | |
| SpiSlave.h | |
| StatusCode.c | |
| StatusCode.h | See cfg/microspec.json in the Python API repository |
| StatusCodes.h | See StatusCode.h for context |
| UartSpi.c | |
| UartSpi.h | |
| Usb.c | |
| Usb.h | usb-bridge communicates over USB via FTDI USB Bridge IC FT221X |
| ► test | |
| ► FakeAvr | |
| interrupt.h | |
| io.h | |
| BiColorLed-HardwareFake.h | |
| Flag-HardwareFake.h | |
| HardwareFake.h | |
| Lis-HardwareFake.h | |
| Lis_faked.c | Faked calls record themselves in mock |
| Lis_faked.h | |
| S13131-HardwareFake.h | |
| S13131_faked.c | |
| S13131_faked.h | |
| Spi-HardwareFake.h | |
| Spi_faked.c | Faked calls record themselves in mock |
| Spi_faked.h | |
| SpiSlave_faked.c | Faked calls record themselves in mock |
| SpiSlave_faked.h | |
| test_BiColorLed.c | |
| test_BiColorLed.h | |
| test_Flag.c | |
| test_Flag.h | |
| test_Lis.c | |
| test_Lis.h | |
| test_Queue.c | Queue tests are coupled Testing one Queue method requires calling other Queue methods |
| test_Queue.h | |
| test_ReadWriteBits.c | |
| test_ReadWriteBits.h | |
| test_runner.c | |
| test_Spi.c | Empty tests are for generating function doc strings Empty tests contain one line: TEST_PASS(); |
| test_Spi.h | |
| test_SpiMaster.c | |
| test_SpiMaster.h | |
| test_SpiSlave.c | Empty tests are for generating function doc strings Empty tests contain one line: TEST_PASS(); |
| test_SpiSlave.h | |
| test_StatusCode.c | |
| test_StatusCode.h | |
| test_UartSpi.c | |
| test_UartSpi.h | |
| test_Usb.c | |
| test_Usb.h | |
| UartSpi-HardwareFake.h | |
| UartSpi_faked.c | |
| UartSpi_faked.h | |
| Usb-HardwareFake.h | |
| Usb_faked.c | Faked calls record themselves in mock |
| Usb_faked.h | |
| ▼ mock-c | |
| ► code | |
| Mock.c | |
| Mock.h | |
| RecordedArg.c | |
| RecordedArg.h | |
| RecordedCall.c | |
| RecordedCall.h | |
| ReturnValues.c | |
| ReturnValues.h | |
| test-glib-install.c | |
| unity.c | |
| unity.h | |
| unity_internals.h | |
| ► tests | |
| ExampleCalls.c | |
| ExampleCalls.h | |
| test_Mock.c | |
| test_Mock.h | |
| test_RecordedArg.c | |
| test_RecordedArg.h | |
| test_RecordedCall.c | |
| test_ReturnValues.c | |
| test_ReturnValues.h | |
| test_runner.c | |
| ▼ usb-bridge | |
| ► src | |
| BiColorLed-Hardware.h | |
| Example.c | Example of an ''application lib'' source file |
| Example.h | |
| Hardware.h | Usb-bridge.c includes this file to pick up the -Hardware.h headers and AVR macros |
| Spi-Hardware.h | |
| SpiMaster-Hardware.h | This file is not used anymore |
| usb-bridge.c | FT_Prog Hardware Settings |
| Usb-Hardware.h | usb-bridge communicates over USB via FTDI USB Bridge IC FT221X |
| UsbCmd.c | |
| UsbCmd.h | |
| ► test | |
| test_Example.c | |
| test_Example.h | |
| test_runner.c | |
| test_UsbCmd.c | |
| test_UsbCmd.h | |
| ▼ vis-spi-out | |
| ► code-not-used | |
| test-boiler-plate.h | |
| test_VisCmd-ReplyCommandInvalid.c | |
| test_VisCmd-ReplyCommandInvalid.h | |
| VisCmd-ReplyCommandInvalid.c | |
| VisCmd-ReplyCommandInvalid.h | |
| ► src | |
| ► avra | |
| Lis-LisInit.c | |
| S13131-S13131Expose.c | |
| S13131-S13131PinSetup.c | |
| S13131-S13131Readout.c | |
| S13131-S13131StartClocking.c | |
| VisCmd-ReplyCommandInvalid.c | |
| AutoExpose.c | |
| AutoExpose.h | |
| BiColorLed-Hardware.h | |
| Example.c | Example of an ''application lib'' source file |
| Example.h | |
| Flag-Hardware.h | Flag uses AVR GPIOR registers for direct-bit access to flags |
| Hardware.h | Vis-spi-out.c includes this file to pick up the -Hardware.h headers and AVR macros |
| Lis-Hardware.h | Lis uses general purpose I/O pins and a PWM pin to communicate with the Dynamax LIS-770i linear photodiode array |
| S13131-Hardware.h | S13131 uses general purpose I/O pins and a PWM pin to communicate with the Hamamatu S13131-512 CMOS image sensor |
| Spi-Hardware.h | |
| UartSpi-Hardware.h | UartSpi uses internal UART module in SPI Master Mode |
| vis-spi-out.c | |
| VisCmd.c | |
| VisCmd.h | |
| ► test | |
| test_AutoExpose.c | |
| test_AutoExpose.h | |
| test_example.c | |
| test_example.h | |
| test_runner.c | |
| test_VisCmd.c | |
| test_VisCmd.h | |
| what-is-__FILE__.c |
