typo in ReleaseNotes.md

This commit is contained in:
SMFSW 2018-06-17 18:23:58 +02:00
부모 e6d3d2a8ae
커밋 dbe9dc0a61
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제

파일 보기

@ -4,12 +4,12 @@ Arduino Hardware I2C for AVR (plain c)
- cI2C is set to work on AVR targets only
-> for other targets, you may use WireWrapper instead (will be using Wire)
-> cI2C & WireWrapper libs declare same structures & functions as seen from the outside
(switch between libs without changing anyhting but the include)
(switch between libs without changing anything but the include)
Feel free to share your thoughts @ xgarmanboziax@gmail.com about:
- issues encountered
- optimisations
- optimizations
- improvements & new functionalities
------------