Glenn Ruben Bakke
|
54656044f7
|
nrf5: Syncing code with upstream master and converting all module and method tables to use MP_ROM macros. Also adding explicit casting of local dicts to (mp_obj_dict_t*).
|
2017-05-09 22:54:58 +02:00 |
|
Glenn Ruben Bakke
|
1e79bdf0b4
|
nrf5/modules/machine: Updating Pin module to register a IRQ callback upon GPIO polarity change events.
|
2017-04-11 13:58:58 +02:00 |
|
Glenn Ruben Bakke
|
c7c2285ab9
|
nrf5/modules/machine: Style fix in pin object, indention.
|
2017-04-09 23:19:26 +02:00 |
|
Glenn Ruben Bakke
|
320b9ecde7
|
nrf5/modules/machine: Adding placeholder for irq method to pin object class.
|
2017-04-09 23:18:00 +02:00 |
|
Glenn Ruben Bakke
|
2c90d94dc7
|
nrf5/modules/machine: Adding pin irq type and basic functions and structures.
|
2017-04-09 23:16:07 +02:00 |
|
Glenn Ruben Bakke
|
6446105689
|
nrf5/modules/machine: Removing toggle event trigger as that will be a combination of the rising and falling together.
|
2017-04-09 21:52:57 +02:00 |
|
Glenn Ruben Bakke
|
32083a9443
|
nrf5/modules/machine: Adding new constants to pin object for polarity change triggers using the enumerated values in hal_gpio.h.
|
2017-04-09 21:50:11 +02:00 |
|
Glenn Ruben Bakke
|
93eb533579
|
nrf5/pin: Moving pin module into modules/machine.
|
2017-02-05 19:56:24 +01:00 |
|