Skip to content

bkav456/MyTrainning

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Trainning

My first project with KiCad...

Here is my schema

my_first_shield_sensor_board.png

Here is my Arduino shield for my gas sensor

my first shield sensor board

And a part of importante code

/* on Arduino Uno */
#define OFF 0
#define ON 1
#define T_REGENERATION_MS 2500 // 2.5 sec for regeneration delay
...
    // somewhere in the state machine
    if ( isRgazSensorSaturated() ) {
        // if the gas sensor saturated do
        setRregeneration(ON);
        delay(T_REGENERATION_MS) // wait for the necessary time, see https://www.arduino.cc/reference/en/#functions
        setRregeneration(OFF);
    }
...

MIT license

CC BY-SA 3.0

About

My first project with KiCad

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors