adafruit / Adafruit_SGP30

Arduino library for SGP30
Other
53 stars 38 forks source link

Add Include Guards #18

Closed PepperBurst closed 3 years ago

PepperBurst commented 4 years ago

Can we add include guards?

#ifndef ADAFRUIT_SGP30_H
#define ADAFRUIT_SGP30_H
/* ... */
#endif ADAFRUIT_SGP30_H
ladyada commented 4 years ago

please submit a PR and we can work together to merge it in :)

ladyada commented 3 years ago

include guards added!