|Mis en vente dans la catégorie :
Vous en avez un à vendre ?

Programmation C intégrée et livre de poche Atmel AVR d'occasion - Bon

État :
Bon état
Prix :
7,17 USD
Environ6,71 EUR
Livraison :
Gratuit Services de livraison économique. Afficher les détailspour la livraison
Lieu où se trouve l'objet : Frederick, Maryland, États-Unis
Délai de livraison :
Estimé entre le mar. 7 mai et le sam. 11 mai à 43230
Les délais de livraison sont estimés au moyen de notre méthode exclusive basée sur la distance entre l'acheteur et le lieu où se trouve l'objet, le service de livraison sélectionné, l'historique des livraisons du vendeur et d'autres facteurs. Les délais de livraison peuvent varier, notamment pendant les périodes de pointe.
Retours :
Retour sous 30 jours. Le vendeur paie les frais de retour. Afficher les détails- pour en savoir plus sur les retours
Paiements :
     

Achetez en toute confiance

Garantie client eBay
Obtenez un remboursement si vous ne recevez pas l'objet que vous avez commandé. 

Détails sur le vendeur

Inscrit comme vendeur professionnel
Le vendeur assume l'entière responsabilité de cette annonce.
Numéro de l'objet eBay :386541546957
Dernière mise à jour le 03 avr. 2024 15:52:05 CEST. Afficher toutes les modificationsAfficher toutes les modifications

Caractéristiques de l'objet

État
Bon état: Livre ayant déjà été lu, mais qui est toujours en bon état. La couverture présente des ...
Book Title
Embedded C Programming and the Atmel AVR
ISBN
9781401812065
Publication Year
2002
Type
Textbook
Format
Trade Paperback
Language
English
Publication Name
Embedded C Programming and the Atmel AVR
Author
Sarah Cox, Larry O'cull, Richard H. Barnett
Item Length
9.4in
Publisher
Delamr Cengage Learning
Item Width
7.5in
Item Weight
30.5 Oz
Number of Pages
520 Pages

À propos de ce produit

Product Information

Enter the world of embedded programming and microcontroller applications! One of the only books available today that uses the increasingly popular and cost-effective Atmel AVR embedded controller as the platform and application for learning, Embedded C Programming and the Atmel AVR is the perfect choice for novices. Featuring a host of fully-functional example applications, this highly innovative book enables users to adopt a "learn by doing" approach as they develop the knowledge and skills needed to achieve proficiency. Following an introduction to Atmel AVR RISC processors, readers are launched immediately into an embedded C language tutorial. Here, they'll experiment with variables and constants, operators and expressions, control statements, pointers and arrays, memory types, preprocessor directives, real-time methods, and more! In addition to a comprehensive library functions reference, an entire chapter on the CodeVision AVR C Compiler provides clear, step-by-step instruction in IDE installation and operation, mixing Assembler with C, and using the Code Wizard Code Generator. Use of peripherals - such as keypads, LCD displays, and other common embedded microcontroller-related devices - is also explored fully in this all-inclusive, state-of-the-art programmer's how-to and reference manual.

Product Identifiers

Publisher
Delamr Cengage Learning
ISBN-10
1401812066
ISBN-13
9781401812065
eBay Product ID (ePID)
2300444

Product Key Features

Author
Sarah Cox, Larry O'cull, Richard H. Barnett
Publication Name
Embedded C Programming and the Atmel AVR
Format
Trade Paperback
Language
English
Publication Year
2002
Type
Textbook
Number of Pages
520 Pages

Dimensions

Item Length
9.4in
Item Width
7.5in
Item Weight
30.5 Oz

Additional Product Features

Lc Classification Number
Qa76.73.C15b378 2003
Table of Content
Acknowledgments. Table of Contents. 1. Introduction. 2. The Atmel AVR RISC Processors. 2.1. Architectural Overview. 2.2. Registers and the Register File. 2.3. Memory Inside and Out. 2.4. Reset, Watchdog, and Interrupt Handling. 2.5. I/O Ports. 2.6. Timers, Counters, Pulse Width Modulators. 2.7. Serial Peripheral Interface ? SPI. 2.8. Universal Asynchronous Receiver Transmitter ? UART. 2.9. Analog Converter and Comparator. 2.10. The AVR RISC Instruction Set. 3. Embedded C Language Tutorial. 3.1. Beginning Concepts. 3.2. Variables and Constants. 3.2.1. Variable Types. 3.2.2. Variable Scope. 3.2.3. Constants. 3.2.4. Numeric Constants. 3.2.5. Character Constants. 3.2.6. Enumerations. 3.2.7. Storage Classes. 3.2.8. Type Casting. 3.3. Operators and Expressions. 3.3.1. Assignment and Arithmetic Operators. 3.3.2. Bitwise Operators. 3.3.3. Logical and Relational Operators. 3.3.4. Increment, Decrement and Compound Assignment. 3.3.5. The Conditional Expression. 3.3.6. Operator Precedence. 3.4. Control Statements. 3.4.1. While-Loop. 3.4.2. Do/While-Loop. 3.4.3. For-Loop. 3.4.4. If/Else. 3.4.5. Switch/Case. 3.4.6. Break, Continue and Goto. 3.5. Functions. 3.5.1. Prototyping and Function Organization. 3.5.2. Functions that Return Values. 3.5.3. Recursion. 3.6. Pointers and Arrays. 3.6.1. Pointers. 3.6.2. Arrays. 3.6.3. Multidimensional Arrays. 3.6.4. Pointers to Functions. 3.7. Structures and Unions. 3.7.1. Structures. 3.7.2. Arrays of Structures. 3.7.3. Pointers to Structures. 3.7.4. Unions. 3.7.5. typedef Operator. 3.7.6. Bits and Bitfields. 3.7.7. sizeof Operator. 3.8. Memory Types. 3.8.1. Constants and Variables. 3.8.2. Pointers. 3.8.3. Register Variables. 3.8.4. sfrb and sfrw. 3.9. Standard I/O. 3.9.1. Output Functions. 3.9.2. Input Functions. 3.10. Preprocessor Directives. 3.10.1. The #include Directive. 3.10.2. The #define Directive. 3.10.3. The #ifdef, #ifndef, #else and #endif Directives. 3.10.4. The #pragma Directive. 3.10.5. Other Macros and Directives. 3.11. Real Time Methods. 3.12. Program Planning, Elements and Structure. 4. The CodeVisionAVR C Compiler. 4.1. Introduction. 4.2. IDE Installation and Operation. 4.3. Compiler Preprocessor Directives. 4.4. Mixing Assembler with C. 4.5. Using the Code Wizard Code Generator. 5. Library Functions Reference. 6. Programming Examples. 6.1. 'Hello World' with a Blinky Light. 6.2. An RS232 LCD Display Driver. 6.3. Getting Another UART with Software. 6.4. Getting More Real Time Using Interrupt Handlers. 6.4.1. Timers. 6.4.2. Analog to Digital Converters and PWMs. 6.4.3. UART. 6.5. Accessing I2C and SPI Devices. 6.6. Program Control Using Pointers to Functions. 6.7. A Simple Boot Strap Loader. 7. Appendices. 7.1. Writing Smaller Code. 7.2. Getting Started with CodeVisionAVR and the Atmel STK500; by Pavel Haiduc. 7.3. ASCII Table. 8. Index. 9. CDROM. 9.1. Example Programs from Text. 9.2. CodeVisionAVR IDE and C Compiler Evaluation Installation.
Copyright Date
2003
Target Audience
College Audience
Topic
Microprocessors, General, Electrical, Programming Languages / C, Computer Engineering
Lccn
2002-727167
Dewey Decimal
005.13/3
Dewey Edition
21
Illustrated
Yes
Genre
Computers, Technology & Engineering

Description de l'objet fournie par le vendeur

Informations sur le vendeur professionnel

Wonder Book and Video
Charles Roberts
Wonder Book and Video Inc
1550 Tilco Dr
21704 Frederick, MD
United States
Afficher les coordonnées
: liam-e esserdAmoc.kbrednow@yabe
Je certifie que toutes mes activités de vente seront conformes à toutes les lois et réglementations de l'UE.
Wonder Book and Video

Wonder Book and Video

99,7% d'évaluations positives
1,6 millions objets vendus
Visiter la BoutiqueContacter
Répond en général sous 24 heures

Évaluations détaillées du vendeur

Moyenne pour les 12 derniers mois

Description exacte
4.9
Frais de livraison raisonnables
5.0
Livraison rapide
5.0
Communication
5.0
Inscrit comme vendeur professionnel

Évaluations en tant que vendeur (686.199)

e***a (422)- Évaluations laissées par l'acheteur.
Dernier mois
Achat vérifié
Arrived in excellent condition, very carefully packaged in a cardboard box. Very pleased. Thnkyou.
y***s (56)- Évaluations laissées par l'acheteur.
Dernier mois
Achat vérifié
Great quality. Thank you!
g***e (50)- Évaluations laissées par l'acheteur.
Dernier mois
Achat vérifié
Good value. Timely delivery.