release_notes.txt

来自「Canopen 最小实现源码, 只支持最小的CANOPEN功能」· 文本 代码 · 共 37 行

TXT
37
字号
MicroCANopen source code distribution
=====================================

COPYRIGHT: Embedded Systems Academy, Inc. 2002-2005.
           All rights reserved. www.microcanopen.com

DISCLAIM:  Read and understand our disclaimer before using this code!
           www.esacademy.com/disclaim.htm

LICENSE:   THIS IS THE EDUCATIONAL VERSION OF MICROCANOPEN
           See file license_educational.txt or
           www.microcanopen.com/license_educational.txt

VERSION:   2.10, ESA 12-JAN-05


Directories in this release
===========================

\MCO
Source c file "mco.c" with the entire MicroCANopen implementation.
Definition file "mco.h" - contains configurable #define parameters.
Definition file "mcohw.h" - defines HW driver interface.
NOTE: The hardware drivers are implemented within the examples.

\Utils
Contains several files suitable for testing and debugging the examples.
MicroCANopenExample.eds - Electronic Data Sheet for the nodes
  implemented in the examples.
.dbc and .cfg files for Vector CANalyzer

\MCO_ExampleXXXX
Example implementation for a specific Microcontroller or hardware
Refer to read_me.txt for more details.

--------------- END --- OF --- FILE ---------------

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?