Skip to content

Commit

Permalink
Comments update
Browse files Browse the repository at this point in the history
  • Loading branch information
pstolarz committed Dec 28, 2023
1 parent 0f02169 commit 2ccbc1d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions examples/arduino/DallasTemperature/DallasTemperature.ino
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
//#define SINGLE_SENSOR

/*
* The parameter specific type of power provisioning for parasitically powered
* sensors:
* For parasitically powered sensors the parameter specifies type of power
* provisioning:
* - Not defined: power provided by bus pin.
* - Defined: power provided by a switching transistor and controlled by the
* pin number specified by the parameter.
Expand Down
4 changes: 2 additions & 2 deletions examples/arduino/MAX31850/MAX31850.ino
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
//#define PARASITE_POWER

/*
* The parameter specific type of power provisioning for parasitically powered
* sensors:
* For parasitically powered sensors the parameter specifies type of power
* provisioning:
* - Not defined: power provided by bus pin.
* - Defined: power provided by a switching transistor and controlled by the
* pin number specified by the parameter.
Expand Down
4 changes: 2 additions & 2 deletions examples/pico-sdk/DallasTemperature/DallasTemperature.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
//#define SINGLE_SENSOR

/*
* The parameter specific type of power provisioning for parasitically powered
* sensors:
* For parasitically powered sensors the parameter specifies type of power
* provisioning:
* - Not defined: power provided by bus pin.
* - Defined: power provided by a switching transistor and controlled by the
* pin number specified by the parameter.
Expand Down

0 comments on commit 2ccbc1d

Please sign in to comment.