PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

navtreedata.js 2.1KB

před 3 roky
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. /*
  2. @licstart The following is the entire license notice for the
  3. JavaScript code in this file.
  4. Copyright (C) 1997-2019 by Dimitri van Heesch
  5. This program is free software; you can redistribute it and/or modify
  6. it under the terms of version 2 of the GNU General Public License as published by
  7. the Free Software Foundation
  8. This program is distributed in the hope that it will be useful,
  9. but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. GNU General Public License for more details.
  12. You should have received a copy of the GNU General Public License along
  13. with this program; if not, write to the Free Software Foundation, Inc.,
  14. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  15. @licend The above is the entire license notice
  16. for the JavaScript code in this file
  17. */
  18. var NAVTREE =
  19. [
  20. [ "ADC", "index.html", [
  21. [ "ADC", "adc_doc.html", null ],
  22. [ "ADC Module", "adc_module.html", null ],
  23. [ "ADC Settings", "settings.html", null ],
  24. [ "ADC error codes", "error.html", null ],
  25. [ "ADC util", "util.html", null ],
  26. [ "Namespaces", "namespaces.html", [
  27. [ "Namespace List", "namespaces.html", "namespaces_dup" ],
  28. [ "Namespace Members", "namespacemembers.html", [
  29. [ "All", "namespacemembers.html", null ],
  30. [ "Functions", "namespacemembers_func.html", null ],
  31. [ "Variables", "namespacemembers_vars.html", null ],
  32. [ "Enumerations", "namespacemembers_enum.html", null ]
  33. ] ]
  34. ] ],
  35. [ "Classes", "annotated.html", [
  36. [ "Class List", "annotated.html", "annotated_dup" ],
  37. [ "Class Index", "classes.html", null ],
  38. [ "Class Members", "functions.html", [
  39. [ "All", "functions.html", null ],
  40. [ "Functions", "functions_func.html", null ],
  41. [ "Variables", "functions_vars.html", null ]
  42. ] ]
  43. ] ],
  44. [ "Files", "files.html", [
  45. [ "File List", "files.html", "files_dup" ]
  46. ] ]
  47. ] ]
  48. ];
  49. var NAVTREEINDEX =
  50. [
  51. "_a_d_c_8h_source.html"
  52. ];
  53. var SYNCONMSG = 'click to disable panel synchronisation';
  54. var SYNCOFFMSG = 'click to enable panel synchronisation';