mirror of
https://github.com/esphome/esphome.git
synced 2025-02-25 04:22:30 +01:00
Conform to CLANG 3
This commit is contained in:
parent
003c438d00
commit
a777ec90c5
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ namespace mcp3204 {
|
||||||
|
|
||||||
class MCP3204 : public Component,
|
class MCP3204 : public Component,
|
||||||
public spi::SPIDevice<spi::BIT_ORDER_MSB_FIRST, spi::CLOCK_POLARITY_LOW, spi::CLOCK_PHASE_LEADING,
|
public spi::SPIDevice<spi::BIT_ORDER_MSB_FIRST, spi::CLOCK_POLARITY_LOW, spi::CLOCK_PHASE_LEADING,
|
||||||
spi::DATA_RATE_1MHZ> {
|
spi::DATA_RATE_1MHZ> {
|
||||||
public:
|
public:
|
||||||
MCP3204() = default;
|
MCP3204() = default;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue