targets/Generic/__init__.py
author Mario de Sousa <msousa@fe.up.pt>
Sun, 05 Mar 2017 00:37:54 +0000
changeset 1909 bb883e063175
parent 1387 435965ca8b63
child 1511 91538d0c242c
permissions -rwxr-xr-x
Add support for Modbus (TCP and RTU) working as master & slave
from ..toolchain_makefile import toolchain_makefile

class Generic_target(toolchain_makefile):
    pass