전체 글
-
-
Youtube playerFlutter 2023. 9. 26. 09:16
pubspec.yaml dependencies: flutter: sdk: flutter # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. youtube_player_flutter: ^8.0.0 console flutter pub get xxx.dart class Xxx extends StatefulWidget { @override State createState() => _Xxx(); } class _Xxx extends State { YoutubePlayerController? _youtubeController; String? _vi..
-
WebViewFlutter 2023. 9. 26. 09:04
pubspec.yaml dependencies: flutter: sdk: flutter webview_flutter: webview_flutter_android: webview_flutter_wkwebview: Console flutter pub get Project > ios > Runner > Info.plist io.flutter.embedded_views_preview YES @추가부분@ NSAppTransportSecurity NSAllowsArbitraryLoads NSAllowsArbitraryLoadsInWebContent @@ Project > android > app src > main > AndroidManifest.xml에서 permission & clear text 추가 main...
-
Pico C SDKRaspberry Pi Pico 2023. 6. 12. 13:33
C/C++ SDK 관련 사이트 : https://www.raspberrypi.com/documentation/microcontrollers/c_sdk.html Raspberry Pi Documentation - The C/C++ SDK The official documentation for Raspberry Pi computers and microcontrollers www.raspberrypi.com PICO SDK 관련 사이트 : https://www.raspberrypi.com/documentation/pico-sdk/ Raspberry Pi Documentation - Pico C SDK The official documentation for Raspberry Pi computers and mic..
-
W5500-EVB-PICO(WIZnet)Raspberry Pi Pico 2023. 6. 12. 13:05
RP2040 microcontroller with 2MByte Flash Dual-core cortex M0+ at up to 133MHz 264kByte multi-bank high performance SRAM External Quad-SPI Flash with eXecute In Place (XIP) High performance full-crossbar bus fabric 30 multi-function General Purpose IO (4 can be used for ADC) 1.8-3.3V IO Voltage (NOTE. Pico IO voltage is fixed at 3.3V) 12-bit 500ksps Analogue to Digital Converter (ADC) Various dig..
-
WiringOpOrange Pi 2023. 5. 11. 17:56
Raspberry Pi의 WiringPi와 유사한... 설치방법 # apt-get update # apt-get install -y git # git clone https://github.com/orangepi-xunlong/wiringOP.git # cd wiringOP # ./build clean # ./build https://github.com/orangepi-xunlong/wiringOP GitHub - orangepi-xunlong/wiringOP: wiringPi for Orange Pi wiringPi for Orange Pi. Contribute to orangepi-xunlong/wiringOP development by creating an account on GitHub. githu..