Vous en avez un à vendre?

Programmation C intégrée et Atmel Avr

by Barnett, Richard; Cox, Sarah;... | PB | Acceptable
Dernier exemplaire disponible
État :
Acceptable
Readable copy. Pages may have considerable notes/highlighting. ~ ThriftBooks: Read More, Spend ... En savoir plussur l'état
Le dernier / 2 vendus
Ayez l'esprit tranquille. Expédition et renvois gratuits.
Expédition :
Sans frais Economy Shipping. En savoir plussur l'expédition
Lieu : Aurora, Illinois, États-Unis
Livraison :
Livraison prévue entre le mer. 22 mai et le sam. 25 mai à 43230
Les dates de livraison approximatives – s'ouvre dans une nouvelle fenêtre ou un nouvel onglet tiennent compte du délai de manutention du vendeur, du code postal de l'expéditeur, du code postal du destinataire et de l'heure de l'acceptation et dépendent du service d'expédition sélectionné et de la réception du paiementréception du paiement - s'ouvre dans une nouvelle fenêtre ou un nouvel onglet. Les délais de livraison peuvent varier, particulièrement lors de périodes achalandées.
Renvois :
Renvoi sous 30jours. Le vendeur paie les frais de renvoi. En savoir plus- pour en savoir plus sur les renvois
Paiements :
     

Magasinez en toute confiance

Garantie de remboursement eBay
Recevez l'objet commandé ou obtenez un remboursement. 

Informations sur le vendeur

Inscrit comme vendeur professionnel
Le vendeur assume l'entière responsabilité de cette annonce.
Numéro de l'objet eBay :144893541704
Dernière mise à jour : mars 18, 2024 16:58:37 HAEAfficher toutes les modificationsAfficher toutes les modifications

Caractéristiques de l'objet

État
Acceptable
Un livre présentant des traces d'usure apparentes. Sa couverture peut être endommagée, mais elle est globalement intacte. Sa reliure peut être légèrement endommagée, mais elle est globalement intacte. Il est possible que les marges portent des inscriptions ou que des passages aient été soulignés ou surlignés, mais il n'y a aucune page manquante et rien ne compromet la lisibilité ou la compréhension du texte. Afficher toutes les définitions d'état(s'ouvre dans une nouvelle fenêtre ou un nouvel onglet)
Remarques du vendeur
“Readable copy. Pages may have considerable notes/highlighting. ~ ThriftBooks: Read More, Spend ...
Binding
Paperback
Weight
1 lbs
Product Group
Book
IsTextBook
Yes
ISBN
1401812066
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 du vendeur

ThriftBooks

ThriftBooks

99% d'évaluations positives
17,6M objets vendus
Visiter la BoutiqueContacter
Répond généralement en 24 heures

Évaluations détaillées du vendeur

Moyenne au cours des 12 derniers mois

Qualité de la description
4.9
Justesse des frais d'expédition
5.0
Rapidité de l'expédition
5.0
Communication
4.9

Évaluations comme vendeur (5 186 031)

e***t (552)- Évaluation laissée par l'acheteur.
Il y a plus d'un an
Achat vérifié
correct book. came fast. good condition
Afficher toutes les évaluations

Évaluations et avis sur le produit

4.0
1 évaluations du produit
  • 0 utilisateurs ont attribué une note de 5 étoiles sur 5
  • 1 utilisateurs ont attribué une note de 4 étoiles sur 5
  • 0 utilisateurs ont attribué une note de 3 étoiles sur 5
  • 0 utilisateurs ont attribué une note de 2 étoiles sur 5
  • 0 utilisateurs ont attribué une note de 1 étoiles sur 5

Avis les plus pertinents

  • Content good but price high since cd missing

    This book provides a good overview of the subject but is not specific to the current compiler used in at meal studio. Also the cd that is supposed to come with the book is missing

    Achat vérifié : OuiÉtat : OccasionVendu par : discountshelf