Skip to content
This repository was archived by the owner on Aug 1, 2018. It is now read-only.

Chestergc/Mechatronics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mechatronics

This is a project i've been proposed to write for a mechatronics class, the project proposed the project and building of a simple fermentation system for beers, using a PIC series micro controller and sensors for triggering positions in the system.

This will be the repository for the source code of the system, to be loaded to the micro controller using a custom library(cuscostdio.h) written by a professor in my institution.

The commands added by the library are:

  • output_high();
  • output_low();
  • delay_ms();
  • delay_us();
  • C0=>C7 (outputs)
  • D0=>D7 (inputs)
  • RELE1, RELE2 (Relay Interfaces)
  • BUZZER (exactly what it sounds like.)

The code is done, the final version is in the fermentation.c file, this is the last update to this repository, it's going to be archived for future reference.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages