A serial command line interface with buffer editing.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
485 B

3 months ago
  1. {
  2. "name": "cmd",
  3. "description": "A serial command line interface with buffer editing.",
  4. "keywords": "serial, cmd, communication, processing, command",
  5. "authors":
  6. {
  7. "name": "James Coleman",
  8. "email": "grmrgecko@gmail.com",
  9. "url": "https://github.com/GRMrGecko"
  10. },
  11. "repository":
  12. {
  13. "type": "git",
  14. "url": "https://github.com/GRMrGecko/cmd.git"
  15. },
  16. "version": "1.0.0",
  17. "frameworks": "arduino",
  18. "platforms": "*"
  19. }