libhal-google / webtools

A tools to help with calculations for embedded software development, robotics, electrical engineering with the goal of being easy to use, interactive, and sharable,
Apache License 2.0
1 stars 5 forks source link

Setup basic code skeleton for variable input and output #4

Closed ErikaVasNormandy closed 1 year ago

ErikaVasNormandy commented 1 year ago

Setup basic code skeleton for variable input and output

This is a base skeleton for the web tool. There are currently some input and output fields meant to be placeholders for variables we plan on using for calculations in main.js

kammce commented 1 year ago

Hello @ErikaVasNormandy please follow these guidelines: https://cbea.ms/git-commit/

kammce commented 1 year ago

Please make sure to git commit --amend and NOT make a new commit. We try to keep PRs to a single commit as much as it makes sense.

You'll need to git push --force origin <branch_name> after the amendment.