ardupilot/libraries/AP_HAL_AVR/examples/I2CDriver_HMC5883L/wscript

8 lines
98 B
Python

#!/usr/bin/env python
# encoding: utf-8
def build(bld):
bld.example(
use='ap',
)