Skip to content

Commit 7706896

Browse files
author
Owen
authored
Merge pull request #150 from sparkfun/adjustable-I2C-speed
Add variable I2C clock speed support
2 parents f09f385 + 95424c5 commit 7706896

File tree

3 files changed

+588
-1
lines changed

3 files changed

+588
-1
lines changed

cores/arduino/ard_sup/ap3_iomaster.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ class IOMaster {
4646

4747
ap3_err_t ap3_iom_pad_funcsel( uint8_t instance, ap3_iom_pad_type_e type, ap3_gpio_pad_t* pad, uint8_t* funcsel );
4848

49+
extern "C" uint32_t ap3_iom_configure(void *pHandle, am_hal_iom_config_t *psConfig);
4950

5051

5152
#endif // _AP3_IOMASTER_H_

0 commit comments

Comments
 (0)