mirror of
https://github.com/pimoroni/pimoroni-pico.git
synced 2025-02-12 13:05:27 +00:00
9 lines
117 B
C++
9 lines
117 B
C++
#pragma once
|
|
|
|
#include "drivers/msa301/msa301.hpp"
|
|
|
|
namespace pimoroni {
|
|
|
|
typedef MSA301 BreakoutMSA301;
|
|
}
|