mirror of
https://github.com/esphome/esphome.git
synced 2025-10-04 02:52:22 +01:00
Change beginning of file comments to avoid creating doxygen tag for esphome
namespace (#3314)
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include "esphome/core/component.h"
|
||||
#include "esphome/components/rc522/rc522.h"
|
||||
#include "esphome/components/spi/spi.h"
|
||||
|
||||
namespace esphome {
|
||||
/**
|
||||
* Library based on https://github.com/miguelbalboa/rfid
|
||||
* and adapted to ESPHome by @glmnet
|
||||
@@ -6,14 +13,6 @@
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "esphome/core/component.h"
|
||||
#include "esphome/components/rc522/rc522.h"
|
||||
#include "esphome/components/spi/spi.h"
|
||||
|
||||
namespace esphome {
|
||||
namespace rc522_spi {
|
||||
|
||||
class RC522Spi : public rc522::RC522,
|
||||
|
Reference in New Issue
Block a user