cambios picha
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#include <MD_Parola.h>
|
||||
#include <MD_MAX72XX.h>
|
||||
#include <MD_MAX72xx.h>
|
||||
#include <SPI.h>
|
||||
|
||||
#define HARDWARE_TYPE MD_MAX72XX::FC16_HW
|
||||
@@ -9,8 +9,8 @@
|
||||
#define CLK_PIN 17
|
||||
|
||||
void MAX7219_Init();
|
||||
void MAX7219_DisplayText(const char *text, textPosition_t align, int speed, int pause);
|
||||
void MAX7219_StartAnimation();
|
||||
void MAX7219_StopAnimation();
|
||||
void MAX7219_DisplayText(const char *text, textPosition_t align, uint16_t speed, uint16_t pause);
|
||||
bool MAX7219_StartAnimation();
|
||||
void MAX7219_ResetAnimation();
|
||||
void MAX7219_ClearDisplay();
|
||||
void MAX7219_SetBrightness(uint8_t brightness);
|
||||
@@ -1,7 +1,8 @@
|
||||
#include <Arduino.h>
|
||||
|
||||
#define ANALOG_MQ7 33
|
||||
#define DIGITAL_MQ7 32
|
||||
|
||||
#define HEATER_PIN 16
|
||||
#define SENSOR_PIN 34
|
||||
|
||||
void MQ7_Init();
|
||||
void MQ7_Read(float &sensorVolt, float &RSAir, float &R0, float &sensorValue);
|
||||
void MQ7_Read(float &sensorValue);
|
||||
void pwmBitBang(int totalMs, int highPct, int cycleMs);
|
||||
Reference in New Issue
Block a user