Skip to content

KitronikLtd/micropython-microbit-kitronik-fischertechnik

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

micropython-microbit-kitronik-fischertechnik

Example code for use with the Kitronik Interface for Fischertechnik board ( www.kitronik.co.uk/5656 )

Operation

This package contains a function to drive motors:

    kiff.motorOn(kiff, "Motor1", "forward", 100)

This package contains a function to stop drive:

    kiff.motorOff(kiff, "Motor1")

This package contains a function to read NTC resistor:

    display.show(kiff.ntc(kiff,"P0"))

This package contains a function to read phototransistor voltage:

    display.show(kiff.phototransistor(kiff,"P0"))

This package contains a function to turn on LED:

    display.show(kiff.led(kiff,"P0", "on"))

License

MIT

Supported Targets

BBC micro:bit

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages