This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
pimoroni-pico
mirror of
https://github.com/pimoroni/pimoroni-pico.git
Watch
1
Star
0
Fork
You've already forked pimoroni-pico
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
main
pimoroni-pico
/
libraries
/
breakout_sgp30
/
breakout_sgp30.hpp
9 lines
113 B
C++
Raw
Permalink
Normal View
History
Unescape
Escape
SGP30 driver for Raspberry Pico Co-authored-by: ZodiusInfuser <christopher.parrott2@gmail.com>
2021-03-17 15:53:33 +00:00
#
pragma once
Remove relative include paths This change removes file-relative include paths and adds the project root as a global include path. * Project root added to CMakeLists.txt so that all targets can find includes * Project root added micropython.cmake so that targets used by the MicroPython build can find includes Note: pico-boilerplate projects must set this include path
2021-05-13 12:06:01 +01:00
#
include
"drivers/sgp30/sgp30.hpp"
SGP30 driver for Raspberry Pico Co-authored-by: ZodiusInfuser <christopher.parrott2@gmail.com>
2021-03-17 15:53:33 +00:00
namespace
pimoroni
{
typedef
SGP30
BreakoutSGP30
;
}