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ů.

7 lines
1.7KB

  1. {
  2. "name": "ADC",
  3. "tagline": "Teensy 3.x/4/LC ADC implementation",
  4. "body": "ADC\r\n===\r\n\r\nTeensy 3.0, 3.1, 3.2, LC, 3.5, 3.6, and 4 ADC implementation library created by Pedro Villanueva.\r\n\r\nSee examples and documentation.\r\n\r\nThis thread in the Teensy forum also has information:\r\nhttp://forum.pjrc.com/threads/25532-ADC-library-update-now-with-support-for-Teensy-3-1\r\n\r\nLicense\r\n===\r\n\r\nTeensy 3.x, LC ADC library\r\nhttps://github.com/pedvide/ADC\r\nCopyright (c) 2020 Pedro Villanueva\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining\r\na copy of this software and associated documentation files (the\r\n\"Software\"), to deal in the Software without restriction, including\r\nwithout limitation the rights to use, copy, modify, merge, publish,\r\ndistribute, sublicense, and/or sell copies of the Software, and to\r\npermit persons to whom the Software is furnished to do so, subject to\r\nthe following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be\r\nincluded in all copies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\r\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\r\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\r\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS\r\nBE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\r\nACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\r\nSOFTWARE.\r\n",
  5. "note": "Don't delete this file! It's used internally to help with page regeneration."
  6. }