65 lines
3.5 KiB
JavaScript
65 lines
3.5 KiB
JavaScript
/*
|
||
@licstart The following is the entire license notice for the JavaScript code in this file.
|
||
|
||
The MIT License (MIT)
|
||
|
||
Copyright (C) 1997-2020 by Dimitri van Heesch
|
||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software
|
||
and associated documentation files (the "Software"), to deal in the Software without restriction,
|
||
including without limitation the rights to use, copy, modify, merge, publish, distribute,
|
||
sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
|
||
furnished to do so, subject to the following conditions:
|
||
|
||
The above copyright notice and this permission notice shall be included in all copies or
|
||
substantial portions of the Software.
|
||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
|
||
BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
||
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||
|
||
@licend The above is the entire license notice for the JavaScript code in this file
|
||
*/
|
||
var NAVTREE =
|
||
[
|
||
[ "Sunseeker Telemetry and Lighting System", "index.html", [
|
||
[ "ECE4810-Fall2020-SunseekerTelemetry", "index.html", [
|
||
[ "Documentation", "index.html#autotoc_md14", [
|
||
[ "Tips from Dr. Bazuin", "index.html#autotoc_md15", null ],
|
||
[ "Tips from Dr. Gomez", "index.html#autotoc_md16", null ]
|
||
] ]
|
||
] ],
|
||
[ "Device Specifications", "md__hardware__device__specifications.html", [
|
||
[ "Microcontroller: Texas Instruments MSP430F5438AIPZR", "md__hardware__device__specifications.html#autotoc_md1", null ],
|
||
[ "Real-Time Clock/Calendar: Microchip Technology MCP7940MT-I/SN", "md__hardware__device__specifications.html#autotoc_md2", null ],
|
||
[ "Bluetooth/Wi-Fi: Espressif Systems ESP32-WROVER-IE (8MB)", "md__hardware__device__specifications.html#autotoc_md3", null ],
|
||
[ "GPS Receiver: Maxim Integrated MAX2771ETI+T", "md__hardware__device__specifications.html#autotoc_md4", null ],
|
||
[ "CANbus Controller: Microchip Technology MCP2515T-I/SO", "md__hardware__device__specifications.html#autotoc_md5", null ],
|
||
[ "CAN Bus Transceiver: Microchip Technology MCP2542FD-H/SN", "md__hardware__device__specifications.html#autotoc_md6", null ],
|
||
[ "SD Card (Generic)", "md__hardware__device__specifications.html#autotoc_md7", null ],
|
||
[ "USB to UART Bridge: FTDI FT260Q-T", "md__hardware__device__specifications.html#autotoc_md8", null ],
|
||
[ "RS-232 Transceiver: Texas Instruments GD75232PWR", "md__hardware__device__specifications.html#autotoc_md9", null ],
|
||
[ "Inertial Measurement Unit: TDK InvenSense ICM-20600", "md__hardware__device__specifications.html#autotoc_md10", null ]
|
||
] ],
|
||
[ "Layout Planning", "md__hardware__layout__planning.html", [
|
||
[ "Microcontroller", "md__hardware__layout__planning.html#autotoc_md12", null ]
|
||
] ],
|
||
[ "Files", "files.html", [
|
||
[ "File List", "files.html", "files_dup" ],
|
||
[ "Globals", "globals.html", [
|
||
[ "All", "globals.html", null ],
|
||
[ "Functions", "globals_func.html", null ]
|
||
] ]
|
||
] ]
|
||
] ]
|
||
];
|
||
|
||
var NAVTREEINDEX =
|
||
[
|
||
"dir_4e9c05acfa2c3671b8618fcb95d57d96.html"
|
||
];
|
||
|
||
var SYNCONMSG = 'click to disable panel synchronisation';
|
||
var SYNCOFFMSG = 'click to enable panel synchronisation'; |