library.json 424 B

123456789101112131415161718192021
  1. {
  2. "name": "rc-switch",
  3. "description": "Use your Arduino or Raspberry Pi to operate remote radio controlled devices",
  4. "keywords": "rf, radio, wireless",
  5. "authors":
  6. {
  7. "name": "Suat Ozgur"
  8. },
  9. "repository":
  10. {
  11. "type": "git",
  12. "url": "https://github.com/sui77/rc-switch.git"
  13. },
  14. "version": "2.6.2",
  15. "frameworks": [
  16. "arduino",
  17. "energia",
  18. "wiringpi"
  19. ],
  20. "platforms": "*"
  21. }