Skip to content

alx741/stm8s-sdcc-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library for STM8S devices and the SDCC compiler.

Using

Compile the library

$ make

Copy the content of the example directory to your project

$ cp example/* ~/me/my-project

Configure the parameters in the Makefile

  • STM8SLIB_DIR
  • SRC_DIR
  • BINARY
  • PARTNO

Implemented

  • Low level registers are available in stm8s.h to be used like in register.bit = value;
  • UART
  • I2C

External drivers

  • MPU6050

About

Library for STM8S devices and the SDCC compiler

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published