diff options
| author | Scott Shawcroft <scott@chickadee.tech> | 2016-09-13 11:46:22 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@chickadee.tech> | 2016-09-13 11:46:22 -0700 |
| commit | 7d8929c470f7c7215d93cbe90d713e7b60d93dd6 (patch) | |
| tree | a6318806cc968b271c70b20d93e0a3faafa9c5be /tests/basics/array1.py | |
| parent | 05368d2c581b730911610425d87ccf2b5fda82a5 (diff) | |
atmel-samd: Add I2C support.
This commit also introduces a new shared-bindings directory which is used to store the common Python -> C binding code. By having a shared directory we can ensure that the Python API across ports is the same. Each port will have a corresponding common-hal directory which provides definitions for the C api used in the shared-bindings code. That way the compiler can enforce the C api.
To migrate to this new shared API create a common-hal directory within your port and change the Makefile to compile both the shared-bindings and common-hal files. See atmel-samd/Makefile SRC_BINDINGS for an example.
Diffstat (limited to 'tests/basics/array1.py')
0 files changed, 0 insertions, 0 deletions
