Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Initial check in. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: | bcbd8c3555b9cf3e7b7dc4b40944c90f845a1845a43d29db3a414e31e40b471f |
User & Date: | gwlester 2018-01-23 03:04:28 |
Context
2018-01-23
| ||
05:31 | Gyro example coded. check-in: 8fb9d3b213 user: gwlester tags: trunk | |
03:04 | Initial check in. check-in: bcbd8c3555 user: gwlester tags: trunk | |
02:54 | initial empty check-in check-in: 14a9d87360 user: gwlester tags: trunk | |
Changes
Added Accelerometer_Calibrate.tcl.
> > > > > |
1 2 3 4 5 |
#!/bin/sh # the next line restarts using wish \ exec wish "$0" ${1+"$@"} package require piio |
Added Accelerometer_Example.tcl.
> > > > > |
1 2 3 4 5 |
#!/bin/sh # the next line restarts using wish \ exec wish "$0" ${1+"$@"} package require piio |
Added Dedication.txt.
> > > > |
1 2 3 4 |
Dedication V. D. M. A. -- S. D. G. !!! |
Added Gryo_Example.tcl.
> > > > > > > > > > > > > > > > > |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
#!/bin/sh # the next line restarts using wish \ exec wish "$0" ${1+"$@"} ## ## Name: Gyroscope Example ## Author: Gerald W. Lester, 2018 ## Copyright 2018, Gerald W. Lester ## ## This program utilizes a BSD copyright, please see the license file in the ## same directory. ## ## This program is based on a C program by the same name from Dexter Industries. ## See (https://github.com/DexterInd/DI_LEGO_NXT/blob/master/dIMU/RobotC/Gryo_Example.c) ## package require piio |
Added LICENSE.txt.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
This software is copyrighted by Gerald W. Lester and other parties. The following terms apply to all files associated with the software unless explicitly disclaimed in individual files. The authors hereby grant permission to use, copy, modify, distribute, and license this software and its documentation for any purpose, provided that existing copyright notices are retained in all copies and that this notice is included verbatim in any distributions. No written agreement, license, or royalty fee is required for any of the authorized uses. Modifications to this software may be copyrighted by their authors and need not follow the licensing terms described here, provided that the new terms are clearly indicated on the first page of each file where they apply. IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. GOVERNMENT USE: If you are acquiring this software on behalf of the U.S. government, the Government shall have only "Restricted Rights" in the software and related documentation as defined in the Federal Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2). If you are acquiring the software on behalf of the Department of Defense, the software shall be classified as "Commercial Computer Software" and the Government shall have only "Restricted Rights" as defined in Clause 252.227-7013 (c) (1) of DFARs. Notwithstanding the foregoing, the authors grant the U.S. Government and others acting in its behalf permission to use and distribute the software in accordance with the terms specified in this license. |
Added dMIU.komodoproject.
> > > > > > |
1 2 3 4 5 6 |
<?xml version="1.0" encoding="UTF-8"?> <!-- Komodo Project File - DO NOT EDIT --> <project id="3be2a3a6-bb09-4bd7-bb7c-2bfdb3a7e0fa" kpf_version="5" name="dMIU.komodoproject"> <preference-set idref="3be2a3a6-bb09-4bd7-bb7c-2bfdb3a7e0fa" id="project" preftype="project"> </preference-set> </project> |