# Show GN: [펌웨어] ADC 디바이스 드라이버를 오픈 소스로 공유

> Clean Markdown view of GeekNews topic #10126. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=10126](https://news.hada.io/topic?id=10126)
- GeekNews Markdown: [https://news.hada.io/topic/10126.md](https://news.hada.io/topic/10126.md)
- Type: show
- Author: [geekbini](https://news.hada.io/@geekbini)
- Published: 2023-08-01T23:46:55+09:00
- Updated: 2023-08-01T23:46:55+09:00
- Original source: [github.com/jhp72](https://github.com/jhp72/TLA202X)
- Points: 3
- Comments: 3

## Topic Body

다른 분이   
오픈 소스로 공유하였길래~  
저도 용기 내서 공유해봅니다.  
  
펌웨어 관련하여   
ADC 디바이스의 디바이스 드라이버 인데 공유해 봅니다.  
  
TLA2021 / TLA2022 / TLA2024 등과 호환되는 TLA202X 라는  
ADC 디바이스 관련하여 다음과 같이,  
  
1.TLA202X 드라이버  
https://github.com/jhp72/TLA202X  
  
Readme 파일이며 게을러서 정리를 하진 못했지만,  
누군가에가 도움이 될까 오픈하였습니다.  
(나중에 시간이 나고 호응도 있으면 그때 함 정리해보려고 합니다)  
  
코드는 보시다시피,  
C/C++ 베이스이니,  
해당 펌웨어 플랫폼에서 지원하는 i2c api 의 read / write 함수를 대체하면  
무난하게 사용하실 수 있을 것 같습니다.

## Comments



### Comment 17838

- Author: guesswhat
- Created: 2023-08-02T03:27:18+09:00
- Points: 2

펌웨어 소스 공개에 감사드립니다.  
  
다만 오픈소스 라이선스 하에 사용 할 수 있도록 라이선스를 선택해 주세요. 적절한 오픈 소스 라이선스  
없이 소스 접근만 가능케 하는 것은 오픈소스 소프트웨어로 간주되지 않습니다.  
  
다음 사이트가 도움 되셨으면 합니다  
https://choosealicense.com/

### Comment 17853

- Author: geekbini
- Created: 2023-08-02T14:37:53+09:00
- Points: 1
- Parent comment: 17838
- Depth: 1

아 그렇군요. 링크 감사합니다.

### Comment 17854

- Author: geekbini
- Created: 2023-08-02T15:07:15+09:00
- Points: 1
- Parent comment: 17853
- Depth: 2

바로 라이센스를 추가하였네요.
