树莓派小车

所属分类:其他
开发工具:Python
文件大小:1825KB
下载次数:15
上传日期:2017-08-08 01:26:29
上 传 者elliotlee
说明:  树莓派小车python代码编写的树莓派小车代码简单易懂
(Raspberry pie car Python code raspberry pie car code, easy to understand)

文件列表:
树莓派小车 (0, 2017-08-03)
树莓派小车\cardriver.py (2296, 2017-08-03)
(0, 2017-08-03)
\.idea (0, 2014-07-02)
\.idea\.name (7, 2014-07-02)
\.idea\ant.xml (163, 2014-07-02)
\.idea\compiler.xml (894, 2014-07-02)
\.idea\copyright (0, 2014-07-02)
\.idea\copyright\profiles_settings.xml (111, 2014-07-02)
\.idea\encodings.xml (166, 2014-07-02)
\.idea\misc.xml (804, 2014-07-02)
\.idea\modules.xml (256, 2014-07-02)
\.idea\scopes (0, 2014-07-02)
\.idea\scopes\scope_settings.xml (139, 2014-07-02)
\.idea\uiDesigner.xml (8794, 2014-07-02)
\.idea\vcs.xml (224, 2014-07-02)
\.idea\workspace.xml (61818, 2014-07-02)
\android.iml (2119, 2014-07-02)
\AndroidManifest.xml (838, 2014-07-02)
\ant.properties (698, 2014-07-02)
\build.xml (3920, 2014-07-02)
\gen (0, 2014-07-02)
\gen\com (0, 2014-07-02)
\gen\com\simplexk (0, 2014-07-02)
\gen\com\simplexk\BuildConfig.java (154, 2014-07-02)
\gen\com\simplexk\Manifest.java (150, 2014-07-02)
\gen\com\simplexk\R.java (136, 2014-07-02)
\local.properties (454, 2014-07-02)
\out (0, 2014-07-02)
\out\production (0, 2014-07-02)
\out\production\android (0, 2014-07-02)
\out\production\android\android.afp.apk (632254, 2014-07-02)
\out\production\android\android.apk (632254, 2014-07-02)
\out\production\android\android.unaligned.apk (632115, 2014-07-02)
\out\production\android\com (0, 2014-07-02)
\out\production\android\com\simplexk (0, 2014-07-02)
\out\production\android\com\simplexk\BuildConfig.class (333, 2014-07-02)
\out\production\android\com\simplexk\Command.class (463, 2014-07-02)
\out\production\android\com\simplexk\Commander.class (1080, 2014-07-02)
\out\production\android\com\simplexk\CommanderTest.class (640, 2014-07-02)
... ...

This package provides a class to control the GPIO on a Raspberry Pi. Note that this module is unsuitable for real-time or timing critical applications. This is because you can not predict when Python will be busy garbage collecting. It also runs under the Linux kernel which is not suitable for real time applications - it is multitasking O/S and another process may be given priority over the CPU, causing jitter in your program. If you are after true real-time performance and predictability, buy yourself an Arduino http://www.arduino.cc ! Note that the current release does not support SPI, I2C, hardware PWM or serial functionality on the RPi yet. This is planned for the near future - watch this space! One-wire functionality is also planned. Although hardware PWM is not available yet, software PWM is available to use on all channels. For examples and documentation, visit http://sourceforge.net/p/raspberry-gpio-python/wiki/Home/

近期下载者

相关文件


收藏者