Skip to content

AgroTechLab-IFSC/mermaid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MERMAID

The mermaid device is part of Demeter project developed by AgroTechLab at IFSC/Lages.
It is an electronic bait based on the emission of sound frequencies.

Repository Commit Pattern

This respository uses an Angular based commit messages with the following layout

type(scope): subject

  • type [mandatoy] - commit type.
  • scope [optional] - commit scope.
  • suject [mandatory] - commit header message.

The following commit types can be used:

  • build - Used to identify development changes related to the build system (involving scripts, configurations or tools) and package dependencies.
  • ci - Used to identify development changes related to the continuous integration and deployment system - involving scripts, configurations or tools.
  • docs - Used to identify documentation changes related to the project - whether intended externally for the end users (in case of a library) or internally for the developers.
  • feat - Used to identify production changes related to new backward-compatible abilities or functionality (update MINOR release).
  • fix - Used to identify production changes related to backward-compatible bug fixes (update PATCH release).
  • perf - Used to identify production changes related to backward-compatible performance improvements.
  • refactor - Used to identify development changes related to modifying the codebase, which neither adds a feature nor fixes a bug - such as removing redundant code, simplifying the code, renaming variables, etc.
  • style - Used to identify development changes related to styling the codebase, regardless of the meaning - such as indentations, semi-colons, quotes, trailing commas and so on.

Hardware

The mermaid device is based on the ESP8266 device connected to a speaker.

License

Copyright AgroTechLab since 2023. Lincensed under CC BY-NC-SA 4.0.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published