Versión Inicial

This commit is contained in:
2025-04-08 18:38:27 +02:00
parent 661c1a69af
commit 58b7e6ebae
6 changed files with 546 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "cansat",
"version": "0.0.1",
"description": "Programa que recibe los datos por serial y los manda a ThingSpeak para mostrarlos luego en un dashboard.",
"license": "MIT",
"author": "",
"type": "module",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@serialport/parser-readline": "^13.0.0",
"path": "^0.12.7",
"serialport": "^13.0.0"
}
}