Skip to content

Commit

Permalink
feat(temperature):define gpio and adc pin
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahbagyapan committed Apr 19, 2024
1 parent b16b16b commit f082264
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions temperature/temperature.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
#include "stdint.h"


/*================================== Defined Variables ==================================*/


#define TEMPERATURE_GPIO_PIN 29
#define TEMPERATURE_ADC_PIN 4


/*================================== Functions ==================================*/


Expand Down

0 comments on commit f082264

Please sign in to comment.