Wireless RS232 dongle for Fanuc wire EDM
|
9 months ago | |
---|---|---|
bin | 1 year ago | |
doc | 9 months ago | |
kicad | 9 months ago | |
lib | 11 months ago | |
res | 1 year ago | |
src | 9 months ago | |
sub | 11 months ago | |
.clang-format | 3 years ago | |
.ctags_extra_dirs | 4 years ago | |
.gdbinit | 4 years ago | |
.gitignore | 9 months ago | |
.gitmodules | 3 years ago | |
.travis.yml | 3 years ago | |
Makefile | 9 months ago | |
README.md | 1 year ago | |
platformio.ini | 9 months ago | |
ssd1331.c | 9 months ago |
Add a detailed introduction about the project here, everything you want the reader to know.
Write about how to use this project.
$ add installations steps if you have to.
If you want other people to contribute to this project, this is the section, make sure you always add this.
List all the pre-requisites the system needs to develop this project.
Write about setting up the working environment for your project.
Add a file structure here with the basic details about files, below is an example.
.
├── assets
│ ├── css
│ │ ├── index-ui.css
│ │ └── rate-ui.css
│ ├── images
│ │ ├── icons
│ │ │ ├── shrink-button.png
│ │ │ └── umbrella.png
│ │ ├── logo_144.png
│ │ └── Untitled-1.psd
│ └── javascript
│ ├── index.js
│ └── rate.js
├── CNAME
├── index.html
├── rate.html
└── README.md
No | File Name | Details |
---|---|---|
1 | index | Entry point |
Write the build Instruction here.
Write the deployment instruction here.
If it’s open-source, talk about the community here, ask social media links and other links.
### :fire: Contribution
Your contributions are always welcome and appreciated. Following are the things you can do to contribute to this project.
Report a bug
If you think you have encountered a bug, and I should know about it, feel free to report it [here]() and I will take care of it.
Request a feature
You can also request for a feature [here](), and if it will viable, it will be picked for development.
Create a pull request
It can’t get better then this, your pull request will be appreciated by the community. You can get started by picking up any open issues from [here]() and make a pull request.
If you are new to open-source, make sure to check read more about it here and learn more about creating a pull request here.
### :cactus: Branches
I use an agile continuous integration methodology, so the version is frequently updated and development is really fast.
Master
is the development branch.
Production
is the production branch.
No further branches should be created in the main repository.
Steps to create a pull request
master
branch.After this, changes will be merged.
codding guidelines or other things you want people to follow should follow.
You can optionally add a FAQ section about the project.
Add important resources here
Pictures of your project.
Credit the authors here.
Add a license here, or a link to it.