This website requires JavaScript.
Explore
Help
Sign In
RIOT-OS
/
RIOT
Watch
1
Star
0
Fork
0
You've already forked RIOT
mirror of
https://github.com/RIOT-OS/RIOT.git
synced
2024-12-29 04:50:03 +01:00
Code
Releases
Activity
17a1358ccb
RIOT
/
dist
/
tests
/
if_lib
/
__init__.py
4 lines
56 B
Python
Raw
Normal View
History
Unescape
Escape
dist/tests/if_lib: Update to riot_pal This removes all non-application based driver/devices and replaces with riot_pal. riot_pal (riot protocol abstraction layer) can be installed with pip install riot_pal. The purpose is ti simplify and modularize the interfaces and tests. All tests using the if_lib interface are updated too.
2018-10-08 14:16:04 +02:00
from
.
philip_if
import
PhilipIf
__all__
=
[
'
PhilipIf
'
]
Copy Permalink